#FCD1BF

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

Shades of Tuft Bush #FCD1BF

Tints of Tuft Bush #FCD1BF

Color information

#FCD1BF (or 0xFCD1BF) is unknown color: approx Tuft Bush. HEX triplet: FC, D1 and BF. RGB value is (252,209,191). Sum of RGB (Red+Green+Blue) = 252+209+191=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1BF is #032E40. Grayscale: #DBDBDB. Windows color (decimal): -208449 or 12571132. OLE color: 12571132.

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

Color convert

RGB252209191-
CMYK00.170.240.01
HSL17.7º91.04%86.86%-
HSV(B)17.7º24.21%98.82%-
XYZ72.3570.0659-
YUV219.8111.75150.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 209 (82.03% from 255) = 32.06%
BLUE value IS 191 (75% from 255) = 29.29%
R=38.65%
G=32.06%
B=29.29%

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
Decimal25220919100.170.240.0117.791.0486.86
HexFCD1BF011181125b57
Octal37432127702130122133127
Binary1111110011010001101111110100011100011001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1BF; }

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

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

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

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

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

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

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

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