#FCD2BE

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

Shades of Tuft Bush #FCD2BE

Tints of Tuft Bush #FCD2BE

Color information

#FCD2BE (or 0xFCD2BE) is unknown color: approx Tuft Bush. HEX triplet: FC, D2 and BE. RGB value is (252,210,190). Sum of RGB (Red+Green+Blue) = 252+210+190=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2BE is #032D41. Grayscale: #DCDCDC. Windows color (decimal): -208194 or 12505852. OLE color: 12505852.

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

Color convert

RGB252210190-
CMYK00.170.250.01
HSL19.35º91.18%86.67%-
HSV(B)19.35º24.6%98.82%-
XYZ72.4970.5158.5-
YUV220.28110.91150.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 210 (82.42% from 255) = 32.21%
BLUE value IS 190 (74.61% from 255) = 29.14%
R=38.65%
G=32.21%
B=29.14%

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
Decimal25221019000.170.250.0119.3591.1886.67
HexFCD2BE011191135b57
Octal37432227602131123133127
Binary1111110011010010101111100100011100111001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2BE; }

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

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

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

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

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

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

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

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