#FCEDE3

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

Shades of Chardon #FCEDE3

Tints of Chardon #FCEDE3

Color information

#FCEDE3 (or 0xFCEDE3) is unknown color: approx Chardon. HEX triplet: FC, ED and E3. RGB value is (252,237,227). Sum of RGB (Red+Green+Blue) = 252+237+227=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 227 (89.06% from 255 or 31.70% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDE3 is #03121C. Grayscale: #F0F0F0. Windows color (decimal): -201245 or 14937596. OLE color: 14937596.

HSL color Cylindrical-coordinate representation of color #FCEDE3: hue angle of 24º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCEDE3 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252237227-
CMYK00.060.100.01
HSL24º80.65%93.92%-
HSV(B)24º9.92%98.82%-
XYZ84.2986.8184.99-
YUV240.34120.47136.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 237 (92.97% from 255) = 33.10%
BLUE value IS 227 (89.06% from 255) = 31.70%
R=35.20%
G=33.10%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223722700.060.100.012480.6593.92
HexFCEDE306A118515e
Octal3743553430612130121136
Binary1111110011101101111000110110101011100010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDE3; }

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

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

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

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

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

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

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

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