#FCCFBF

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

Shades of Tuft Bush #FCCFBF

Tints of Tuft Bush #FCCFBF

Color information

#FCCFBF (or 0xFCCFBF) is unknown color: approx Tuft Bush. HEX triplet: FC, CF and BF. RGB value is (252,207,191). Sum of RGB (Red+Green+Blue) = 252+207+191=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFBF is #033040. Grayscale: #DADADA. Windows color (decimal): -208961 or 12570620. OLE color: 12570620.

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

Color convert

RGB252207191-
CMYK00.180.240.01
HSL15.74º91.04%86.86%-
HSV(B)15.74º24.21%98.82%-
XYZ71.8669.0858.84-
YUV218.63112.41151.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 207 (81.25% from 255) = 31.85%
BLUE value IS 191 (75% from 255) = 29.38%
R=38.77%
G=31.85%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220719100.180.240.0115.7491.0486.86
HexFCCFBF012181105b57
Octal37431727702230120133127
Binary1111110011001111101111110100101100011000010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFBF; }

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

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

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

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

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

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

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

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