#FCD3B9

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

Shades of Tuft Bush #FCD3B9

Tints of Tuft Bush #FCD3B9

Color information

#FCD3B9 (or 0xFCD3B9) is unknown color: approx Tuft Bush. HEX triplet: FC, D3 and B9. RGB value is (252,211,185). Sum of RGB (Red+Green+Blue) = 252+211+185=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 185 (72.66% from 255 or 28.55% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3B9 is #032C46. Grayscale: #DCDCDC. Windows color (decimal): -207943 or 12178428. OLE color: 12178428.

HSL color Cylindrical-coordinate representation of color #FCD3B9: hue angle of 23.28º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCD3B9 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252211185-
CMYK00.160.270.01
HSL23.28º91.78%85.69%-
HSV(B)23.28º26.59%98.82%-
XYZ72.270.7955.76-
YUV220.3108.08150.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 211 (82.81% from 255) = 32.56%
BLUE value IS 185 (72.66% from 255) = 28.55%
R=38.89%
G=32.56%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221118500.160.270.0123.2891.7885.69
HexFCD3B90101B1175c56
Octal37432327102033127134126
Binary1111110011010011101110010100001101111011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD3B9; }

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

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

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

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

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

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

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

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