#FAEDE3

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

Shades of Chardon #FAEDE3

Tints of Chardon #FAEDE3

Color information

#FAEDE3 (or 0xFAEDE3) is unknown color: approx Chardon. HEX triplet: FA, ED and E3. RGB value is (250,237,227). Sum of RGB (Red+Green+Blue) = 250+237+227=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 227 (89.06% from 255 or 31.79% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDE3 is #05121C. Grayscale: #EFEFEF. Windows color (decimal): -332317 or 14937594. OLE color: 14937594.

HSL color Cylindrical-coordinate representation of color #FAEDE3: hue angle of 26.09º degrees, saturation: 0.7, 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 #FAEDE3 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250237227-
CMYK00.050.090.02
HSL26.09º69.7%93.53%-
HSV(B)26.09º9.2%98.04%-
XYZ83.5786.4484.95-
YUV239.75120.81135.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 237 (92.97% from 255) = 33.19%
BLUE value IS 227 (89.06% from 255) = 31.79%
R=35.01%
G=33.19%
B=31.79%

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
Decimal25023722700.050.090.0226.0969.793.53
HexFAEDE305921a465e
Octal3723553430511232106136
Binary11111010111011011110001101011001101101010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDE3; }

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

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

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

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

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

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

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

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