#FAEDE4

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

Shades of Chardon #FAEDE4

Tints of Chardon #FAEDE4

Color information

#FAEDE4 (or 0xFAEDE4) is unknown color: approx Chardon. HEX triplet: FA, ED and E4. RGB value is (250,237,228). Sum of RGB (Red+Green+Blue) = 250+237+228=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 228 (89.45% from 255 or 31.89% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDE4 is #05121B. Grayscale: #EFEFEF. Windows color (decimal): -332316 or 15003130. OLE color: 15003130.

HSL color Cylindrical-coordinate representation of color #FAEDE4: hue angle of 24.55º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAEDE4 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250237228-
CMYK00.050.090.02
HSL24.55º68.75%93.73%-
HSV(B)24.55º8.8%98.04%-
XYZ83.7186.4985.68-
YUV239.86121.31135.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.97%
GREEN value IS 237 (92.97% from 255) = 33.15%
BLUE value IS 228 (89.45% from 255) = 31.89%
R=34.97%
G=33.15%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023722800.050.090.0224.5568.7593.73
HexFAEDE4059219455e
Octal3723553440511231105136
Binary11111010111011011110010001011001101100110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDE4; }

 p { color: rgb(250,237,228); }

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

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

 a { background-color: rgb(250,237,228); }

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

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

 span { border-color: rgb(250,237,228); }

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