#FCEDE0

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

Shades of Chardon #FCEDE0

Tints of Chardon #FCEDE0

Color information

#FCEDE0 (or 0xFCEDE0) is unknown color: approx Chardon. HEX triplet: FC, ED and E0. RGB value is (252,237,224). Sum of RGB (Red+Green+Blue) = 252+237+224=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 224 (87.89% from 255 or 31.42% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDE0 is #03121F. Grayscale: #F0F0F0. Windows color (decimal): -201248 or 14740988. OLE color: 14740988.

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

Color convert

RGB252237224-
CMYK00.060.110.01
HSL27.86º82.35%93.33%-
HSV(B)27.86º11.11%98.82%-
XYZ83.8886.6582.82-
YUV240118.97136.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.34%
GREEN value IS 237 (92.97% from 255) = 33.24%
BLUE value IS 224 (87.89% from 255) = 31.42%
R=35.34%
G=33.24%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223722400.060.110.0127.8682.3593.33
HexFCEDE006B11c525d
Octal3743553400613134122135
Binary1111110011101101111000000110101111110010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDE0; }

 p { color: rgb(252,237,224); }

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

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

 a { background-color: rgb(252,237,224); }

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

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

 span { border-color: rgb(252,237,224); }

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