#FCD2BA

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

Shades of Tuft Bush #FCD2BA

Tints of Tuft Bush #FCD2BA

Color information

#FCD2BA (or 0xFCD2BA) is unknown color: approx Tuft Bush. HEX triplet: FC, D2 and BA. RGB value is (252,210,186). Sum of RGB (Red+Green+Blue) = 252+210+186=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2BA is #032D45. Grayscale: #DBDBDB. Windows color (decimal): -208198 or 12243708. OLE color: 12243708.

HSL color Cylindrical-coordinate representation of color #FCD2BA: hue angle of 21.82º 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 #FCD2BA is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252210186-
CMYK00.170.260.01
HSL21.82º91.67%85.88%-
HSV(B)21.82º26.19%98.82%-
XYZ72.0570.3356.23-
YUV219.82108.91150.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 210 (82.42% from 255) = 32.41%
BLUE value IS 186 (73.05% from 255) = 28.70%
R=38.89%
G=32.41%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221018600.170.260.0121.8291.6785.88
HexFCD2BA0111A1165c56
Octal37432227202132126134126
Binary1111110011010010101110100100011101011011010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2BA; }

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

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

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

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

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

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

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

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