#FCD4BB

Color #FCD4BB Tuft Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuft Bush #FCD4BB

Tints of Tuft Bush #FCD4BB

Color information

#FCD4BB (or 0xFCD4BB) is unknown color: approx Tuft Bush. HEX triplet: FC, D4 and BB. RGB value is (252,212,187). Sum of RGB (Red+Green+Blue) = 252+212+187=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4BB is #032B44. Grayscale: #DDDDDD. Windows color (decimal): -207685 or 12309756. OLE color: 12309756.

HSL color Cylindrical-coordinate representation of color #FCD4BB: hue angle of 23.08º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCD4BB is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252212187-
CMYK00.160.260.01
HSL23.08º91.55%86.08%-
HSV(B)23.08º25.79%98.82%-
XYZ72.6671.3756.96-
YUV221.11108.75150.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 212 (83.20% from 255) = 32.57%
BLUE value IS 187 (73.44% from 255) = 28.73%
R=38.71%
G=32.57%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221218700.160.260.0123.0891.5586.08
HexFCD4BB0101A1175c56
Octal37432427302032127134126
Binary1111110011010100101110110100001101011011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD4BB; }

 p { color: rgb(252,212,187); }

 H1.HeaderClassName
 {
   color: #FCD4BB;
 }
 .AnyTagClassName
 {
   color: #FCD4BB;
 }
</style>
background-color css

<style>
 a { background-color: #FCD4BB; }

 a { background-color: rgb(252,212,187); }

 div.DivClassName
 {
   background-color: #FCD4BB;
 }
 .BgClassName
 {
   background-color: #FCD4BB;
 }
</style>
border-color css

<style>
 span { border-color: #FCD4BB; }

 span { border-color: rgb(252,212,187); }

 td.TdClassName
 {
   border-color: #FCD4BB;
 }
 .TagClassName
 {
   border-color: #FCD4BB;
 }
</style>