#FAEADF

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

Shades of Chardon #FAEADF

Tints of Chardon #FAEADF

Color information

#FAEADF (or 0xFAEADF) is unknown color: approx Chardon. HEX triplet: FA, EA and DF. RGB value is (250,234,223). Sum of RGB (Red+Green+Blue) = 250+234+223=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEADF is #051520. Grayscale: #EDEDED. Windows color (decimal): -333089 or 14674682. OLE color: 14674682.

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

Color convert

RGB250234223-
CMYK00.060.110.02
HSL24.44º72.97%92.75%-
HSV(B)24.44º10.8%98.04%-
XYZ82.1784.581.79-
YUV237.53119.8136.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 234 (91.80% from 255) = 33.10%
BLUE value IS 223 (87.5% from 255) = 31.54%
R=35.36%
G=33.10%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023422300.060.110.0224.4472.9792.75
HexFAEADF06B218495d
Octal3723523370613230111135
Binary11111010111010101101111101101011101100010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEADF; }

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

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

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

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

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

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

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

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