#FCD1BB

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

Shades of Tuft Bush #FCD1BB

Tints of Tuft Bush #FCD1BB

Color information

#FCD1BB (or 0xFCD1BB) is unknown color: approx Tuft Bush. HEX triplet: FC, D1 and BB. RGB value is (252,209,187). Sum of RGB (Red+Green+Blue) = 252+209+187=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1BB is #032E44. Grayscale: #DBDBDB. Windows color (decimal): -208453 or 12308988. OLE color: 12308988.

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

Color convert

RGB252209187-
CMYK00.170.260.01
HSL20.31º91.55%86.08%-
HSV(B)20.31º25.79%98.82%-
XYZ71.9169.8856.71-
YUV219.35109.75151.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 209 (82.03% from 255) = 32.25%
BLUE value IS 187 (73.44% from 255) = 28.86%
R=38.89%
G=32.25%
B=28.86%

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
Decimal25220918700.170.260.0120.3191.5586.08
HexFCD1BB0111A1145c56
Octal37432127302132124134126
Binary1111110011010001101110110100011101011010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1BB; }

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

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

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

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

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

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

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

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