Color Hex Logo

#fccfbc Color Hex

#FCCFBC
(252,207,188)
0 Favorites   0 Comments

Color spaces of #fccfbc

RGB 252207188
HSL0.050.910.86
HSV18°25°99°
CMYK 0.000.180.25   0.01
XYZ71.534868.951957.1157
Yxy68.95190.36200.3489
Hunter Lab83.03738.458617.3445
CIE-Lab86.480213.084515.3922

#fccfbc color RGB value is (252,207,188).

#fccfbc hex color red value is 252, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fccfbc hue: 0.05 , saturation: 0.91 and the lightness value of fccfbc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 10111100
Octal 374 317 274
Decimal 252 207 188
Hex FC CF BC

RGB Percentages of Color #fccfbc

%38.95
%31.99
%29.06

CMYK Percentages of Color #fccfbc

%0
%18
%25
%1

Triadic Colors of #fccfbc

#fccfbc #bcfccf #cfbcfc

Analogous Colors of #fccfbc

#fccfbc #fcefbc #fcbcc9

Monochromatic Colors of #fccfbc

#fccfbc

Complementary Color

#fccfbc #bce9fc

#fccfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfbc Color CSS Codes

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

#fccfbc Text Font Color

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

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


#fccfbc Background Color

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

This div background color is #fccfbc


#fccfbc Border Color

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

This div border color is #fccfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfbc


Comments

No comments written yet.

Please login to write comment.