#FAEADC

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

Shades of Chardon #FAEADC

Tints of Chardon #FAEADC

Color information

#FAEADC (or 0xFAEADC) is unknown color: approx Chardon. HEX triplet: FA, EA and DC. RGB value is (250,234,220). Sum of RGB (Red+Green+Blue) = 250+234+220=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEADC is #051523. Grayscale: #EDEDED. Windows color (decimal): -333092 or 14478074. OLE color: 14478074.

HSL color Cylindrical-coordinate representation of color #FAEADC: hue angle of 28º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAEADC is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250234220-
CMYK00.060.120.02
HSL28º75%92.16%-
HSV(B)28º12%98.04%-
XYZ81.7784.3479.68-
YUV237.19118.3137.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.51%
GREEN value IS 234 (91.80% from 255) = 33.24%
BLUE value IS 220 (86.33% from 255) = 31.25%
R=35.51%
G=33.24%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023422000.060.120.02287592.16
HexFAEADC06C21c4b5c
Octal3723523340614234113134
Binary11111010111010101101110001101100101110010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEADC; }

 p { color: rgb(250,234,220); }

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

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

 a { background-color: rgb(250,234,220); }

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

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

 span { border-color: rgb(250,234,220); }

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