#FCD3BB

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

Shades of Tuft Bush #FCD3BB

Tints of Tuft Bush #FCD3BB

Color information

#FCD3BB (or 0xFCD3BB) is unknown color: approx Tuft Bush. HEX triplet: FC, D3 and BB. RGB value is (252,211,187). Sum of RGB (Red+Green+Blue) = 252+211+187=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3BB is #032C44. Grayscale: #DCDCDC. Windows color (decimal): -207941 or 12309500. OLE color: 12309500.

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

Color convert

RGB252211187-
CMYK00.160.260.01
HSL22.15º91.55%86.08%-
HSV(B)22.15º25.79%98.82%-
XYZ72.4170.8756.88-
YUV220.52109.08150.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 211 (82.81% from 255) = 32.46%
BLUE value IS 187 (73.44% from 255) = 28.77%
R=38.77%
G=32.46%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221118700.160.260.0122.1591.5586.08
HexFCD3BB0101A1165c56
Octal37432327302032126134126
Binary1111110011010011101110110100001101011011010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD3BB; }

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

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

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

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

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

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

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

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