#FCECDE

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

Shades of Chardon #FCECDE

Tints of Chardon #FCECDE

Color information

#FCECDE (or 0xFCECDE) is unknown color: approx Chardon. HEX triplet: FC, EC and DE. RGB value is (252,236,222). Sum of RGB (Red+Green+Blue) = 252+236+222=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 222 (87.11% from 255 or 31.27% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECDE is #031321. Grayscale: #EFEFEF. Windows color (decimal): -201506 or 14609660. OLE color: 14609660.

HSL color Cylindrical-coordinate representation of color #FCECDE: hue angle of 28º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCECDE is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252236222-
CMYK00.060.120.01
HSL28º83.33%92.94%-
HSV(B)28º11.9%98.82%-
XYZ83.3385.9681.31-
YUV239.19118.3137.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.49%
GREEN value IS 236 (92.58% from 255) = 33.24%
BLUE value IS 222 (87.11% from 255) = 31.27%
R=35.49%
G=33.24%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223622200.060.120.012883.3392.94
HexFCECDE06C11c535d
Octal3743543360614134123135
Binary1111110011101100110111100110110011110010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCECDE; }

 p { color: rgb(252,236,222); }

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

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

 a { background-color: rgb(252,236,222); }

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

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

 span { border-color: rgb(252,236,222); }

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