#FDCCBA

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

Shades of Tuft Bush #FDCCBA

Tints of Tuft Bush #FDCCBA

Color information

#FDCCBA (or 0xFDCCBA) is unknown color: approx Tuft Bush. HEX triplet: FD, CC and BA. RGB value is (253,204,186). Sum of RGB (Red+Green+Blue) = 253+204+186=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCBA is #023345. Grayscale: #D8D8D8. Windows color (decimal): -144198 or 12242173. OLE color: 12242173.

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

Color convert

RGB253204186-
CMYK00.190.260.01
HSL16.12º94.37%86.08%-
HSV(B)16.12º26.48%99.22%-
XYZ70.9667.6155.76-
YUV216.6110.73153.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 186 (73.05% from 255) = 28.93%
R=39.35%
G=31.73%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320418600.190.260.0116.1294.3786.08
HexFDCCBA0131A1105e56
Octal37531427202332120136126
Binary1111110111001100101110100100111101011000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCBA; }

 p { color: rgb(253,204,186); }

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

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

 a { background-color: rgb(253,204,186); }

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

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

 span { border-color: rgb(253,204,186); }

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