#FCCFB8

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

Shades of Tuft Bush #FCCFB8

Tints of Tuft Bush #FCCFB8

Color information

#FCCFB8 (or 0xFCCFB8) is unknown color: approx Tuft Bush. HEX triplet: FC, CF and B8. RGB value is (252,207,184). Sum of RGB (Red+Green+Blue) = 252+207+184=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 184 (72.27% from 255 or 28.62% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFB8 is #033047. Grayscale: #D9D9D9. Windows color (decimal): -208968 or 12111868. OLE color: 12111868.

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

Color convert

RGB252207184-
CMYK00.180.270.01
HSL20.29º91.89%85.49%-
HSV(B)20.29º26.98%98.82%-
XYZ71.1168.7854.88-
YUV217.83108.91152.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.19%
GREEN value IS 207 (81.25% from 255) = 32.19%
BLUE value IS 184 (72.27% from 255) = 28.62%
R=39.19%
G=32.19%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220718400.180.270.0120.2991.8985.49
HexFCCFB80121B1145c55
Octal37431727002233124134125
Binary1111110011001111101110000100101101111010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFB8; }

 p { color: rgb(252,207,184); }

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

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

 a { background-color: rgb(252,207,184); }

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

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

 span { border-color: rgb(252,207,184); }

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