#FCD2BD

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

Shades of Tuft Bush #FCD2BD

Tints of Tuft Bush #FCD2BD

Color information

#FCD2BD (or 0xFCD2BD) is unknown color: approx Tuft Bush. HEX triplet: FC, D2 and BD. RGB value is (252,210,189). Sum of RGB (Red+Green+Blue) = 252+210+189=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2BD is #032D42. Grayscale: #DCDCDC. Windows color (decimal): -208195 or 12440316. OLE color: 12440316.

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

Color convert

RGB252210189-
CMYK00.170.250.01
HSL20º91.3%86.47%-
HSV(B)20º25%98.82%-
XYZ72.3870.4657.93-
YUV220.16110.41150.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 210 (82.42% from 255) = 32.26%
BLUE value IS 189 (74.22% from 255) = 29.03%
R=38.71%
G=32.26%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221018900.170.250.012091.386.47
HexFCD2BD011191145b56
Octal37432227502131124133126
Binary1111110011010010101111010100011100111010010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2BD; }

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

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

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

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

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

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

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

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