#FAEDE2

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

Shades of Chardon #FAEDE2

Tints of Chardon #FAEDE2

Color information

#FAEDE2 (or 0xFAEDE2) is unknown color: approx Chardon. HEX triplet: FA, ED and E2. RGB value is (250,237,226). Sum of RGB (Red+Green+Blue) = 250+237+226=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 226 (88.67% from 255 or 31.70% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDE2 is #05121D. Grayscale: #EFEFEF. Windows color (decimal): -332318 or 14872058. OLE color: 14872058.

HSL color Cylindrical-coordinate representation of color #FAEDE2: hue angle of 27.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAEDE2 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250237226-
CMYK00.050.100.02
HSL27.5º70.59%93.33%-
HSV(B)27.5º9.6%98.04%-
XYZ83.4486.3884.23-
YUV239.63120.31135.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 237 (92.97% from 255) = 33.24%
BLUE value IS 226 (88.67% from 255) = 31.70%
R=35.06%
G=33.24%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023722600.050.100.0227.570.5993.33
HexFAEDE205A21c475d
Octal3723553420512234107135
Binary11111010111011011110001001011010101110010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDE2; }

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

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

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

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

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

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

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

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