Color Hex Logo

#fccffb Color Hex

#FCCFFB
(252,207,251)
0 Favorites   0 Comments

Color spaces of #fccffb

RGB 252207251
HSL0.840.880.90
HSV301°18°99°
CMYK 0.000.180.00   0.01
XYZ79.870372.2861101.0098
Yxy72.28610.31550.2855
Hunter Lab85.021218.8986-10.9248
CIE-Lab88.106123.0968-15.5650

#fccffb color RGB value is (252,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11111011
Octal 374 317 373
Decimal 252 207 251
Hex FC CF FB

RGB Percentages of Color #fccffb

%35.49
%29.15
%35.35

CMYK Percentages of Color #fccffb

%0
%18
%0
%1

Triadic Colors of #fccffb

#fccffb #fbfccf #cffbfc

Analogous Colors of #fccffb

#fccffb #fccfe5 #e7cffc

Monochromatic Colors of #fccffb

#fccffb

Complementary Color

#fccffb #cffcd0

#fccffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccffb Color CSS Codes

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

#fccffb Text Font Color

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

This sample text font color is #fccffb
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.


#fccffb Background Color

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

This div background color is #fccffb


#fccffb Border Color

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

This div border color is #fccffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,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 #fccffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccffb

Related Colors


Comments

No comments written yet.

Please login to write comment.