Color Hex Logo

#fdcffb Color Hex

#FDCFFB
(253,207,251)
0 Favorites   0 Comments

Color spaces of #fdcffb

RGB 253207251
HSL0.840.920.90
HSV303°18°99°
CMYK 0.000.180.01   0.01
XYZ80.233472.4733101.0268
Yxy72.47330.31620.2856
Hunter Lab85.131319.2507-10.7686
CIE-Lab88.195923.4237-15.4211

#fdcffb color RGB value is (253,207,251).

#fdcffb hex color red value is 253, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fdcffb hue: 0.84 , saturation: 0.92 and the lightness value of fdcffb is 0.90.

The process color (four color CMYK) of #fdcffb color hex is 0.00, 0.18, 0.01, 0.01. Web safe color of #fdcffb is #ffccff. Color #fdcffb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 11111011
Octal 375 317 373
Decimal 253 207 251
Hex FD CF FB

RGB Percentages of Color #fdcffb

%35.58
%29.11
%35.30

CMYK Percentages of Color #fdcffb

%0
%18
%1
%1

Triadic Colors of #fdcffb

#fdcffb #fbfdcf #cffbfd

Analogous Colors of #fdcffb

#fdcffb #fdcfe4 #e8cffd

Monochromatic Colors of #fdcffb

#fdcffb

Complementary Color

#fdcffb #cffdd1

#fdcffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcffb Color CSS Codes

.mybgcolor {background-color:#fdcffb; } 
.myforecolor {color:#fdcffb; }
.mybordercolor {border:3px solid #fdcffb; }

#fdcffb Text Font Color

<p style="color:#fdcffb">Text here</p>

This sample text font color is #fdcffb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fdcffb Background Color

<div style="background-color:#fdcffb">
Div content here</div>

This div background color is #fdcffb


#fdcffb Border Color

<div style="border:3px solid #fdcffb">
Div here</div>

This div border color is #fdcffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,207,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdcffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdcffb;
  -webkit-box-shadow: 1px 1px 3px 2px #fdcffb;
  box-shadow:         1px 1px 3px 2px #fdcffb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,207,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fdcffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fdcffb;
  -webkit-box-shadow: 1px 1px 3px 2px #fdcffb;
  box-shadow:         1px 1px 3px 2px #fdcffb;">
Div content here</div>

This div box has shadow with color #fdcffb


Comments

No comments written yet.

Please login to write comment.