#FAEDE1

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

Shades of Chardon #FAEDE1

Tints of Chardon #FAEDE1

Color information

#FAEDE1 (or 0xFAEDE1) is unknown color: approx Chardon. HEX triplet: FA, ED and E1. RGB value is (250,237,225). Sum of RGB (Red+Green+Blue) = 250+237+225=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 225 (88.28% from 255 or 31.60% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDE1 is #05121E. Grayscale: #EFEFEF. Windows color (decimal): -332319 or 14806522. OLE color: 14806522.

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

Color convert

RGB250237225-
CMYK00.050.100.02
HSL28.8º71.43%93.14%-
HSV(B)28.8º10%98.04%-
XYZ83.386.3383.51-
YUV239.52119.81135.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 237 (92.97% from 255) = 33.29%
BLUE value IS 225 (88.28% from 255) = 31.60%
R=35.11%
G=33.29%
B=31.60%

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
Decimal25023722500.050.100.0228.871.4393.14
HexFAEDE105A21d475d
Octal3723553410512235107135
Binary11111010111011011110000101011010101110110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDE1; }

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

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

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

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

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

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

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

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