#FCD5BF

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

Shades of Tuft Bush #FCD5BF

Tints of Tuft Bush #FCD5BF

Color information

#FCD5BF (or 0xFCD5BF) is unknown color: approx Tuft Bush. HEX triplet: FC, D5 and BF. RGB value is (252,213,191). Sum of RGB (Red+Green+Blue) = 252+213+191=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5BF is #032A40. Grayscale: #DEDEDE. Windows color (decimal): -207425 or 12572156. OLE color: 12572156.

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

Color convert

RGB252213191-
CMYK00.150.240.01
HSL21.64º91.04%86.86%-
HSV(B)21.64º24.21%98.82%-
XYZ73.3472.0559.33-
YUV222.15110.42149.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 213 (83.59% from 255) = 32.47%
BLUE value IS 191 (75% from 255) = 29.12%
R=38.41%
G=32.47%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221319100.150.240.0121.6491.0486.86
HexFCD5BF0F181165b57
Octal37432527701730126133127
Binary111111001101010110111111011111100011011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD5BF; }

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

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

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

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

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

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

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

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