#FCCEC0

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

Shades of Tuft Bush #FCCEC0

Tints of Tuft Bush #FCCEC0

Color information

#FCCEC0 (or 0xFCCEC0) is unknown color: approx Tuft Bush. HEX triplet: FC, CE and C0. RGB value is (252,206,192). Sum of RGB (Red+Green+Blue) = 252+206+192=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEC0 is #03313F. Grayscale: #DADADA. Windows color (decimal): -209216 or 12635900. OLE color: 12635900.

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

Color convert

RGB252206192-
CMYK00.180.240.01
HSL14º90.91%87.06%-
HSV(B)14º23.81%98.82%-
XYZ71.7368.6459.34-
YUV218.16113.24152.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 206 (80.86% from 255) = 31.69%
BLUE value IS 192 (75.39% from 255) = 29.54%
R=38.77%
G=31.69%
B=29.54%

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
Decimal25220619200.180.240.011490.9187.06
HexFCCEC0012181e5b57
Octal37431630002230116133127
Binary111111001100111011000000010010110001111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEC0; }

 p { color: rgb(252,206,192); }

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

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

 a { background-color: rgb(252,206,192); }

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

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

 span { border-color: rgb(252,206,192); }

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