#FCD2BF

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

Shades of Tuft Bush #FCD2BF

Tints of Tuft Bush #FCD2BF

Color information

#FCD2BF (or 0xFCD2BF) is unknown color: approx Tuft Bush. HEX triplet: FC, D2 and BF. RGB value is (252,210,191). Sum of RGB (Red+Green+Blue) = 252+210+191=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2BF is #032D40. Grayscale: #DCDCDC. Windows color (decimal): -208193 or 12571388. OLE color: 12571388.

HSL color Cylindrical-coordinate representation of color #FCD2BF: hue angle of 18.69º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCD2BF is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB252210191-
CMYK00.170.240.01
HSL18.69º91.04%86.86%-
HSV(B)18.69º24.21%98.82%-
XYZ72.670.5559.08-
YUV220.39111.41150.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 210 (82.42% from 255) = 32.16%
BLUE value IS 191 (75% from 255) = 29.25%
R=38.59%
G=32.16%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221019100.170.240.0118.6991.0486.86
HexFCD2BF011181135b57
Octal37432227702130123133127
Binary1111110011010010101111110100011100011001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2BF; }

 p { color: rgb(252,210,191); }

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

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

 a { background-color: rgb(252,210,191); }

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

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

 span { border-color: rgb(252,210,191); }

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