#FAE9DB

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

Shades of Chardon #FAE9DB

Tints of Chardon #FAE9DB

Color information

#FAE9DB (or 0xFAE9DB) is unknown color: approx Chardon. HEX triplet: FA, E9 and DB. RGB value is (250,233,219). Sum of RGB (Red+Green+Blue) = 250+233+219=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 233 (91.41% from 255 or 33.19% from 702); Blue value is 219 (85.94% from 255 or 31.20% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9DB is #051624. Grayscale: #ECECEC. Windows color (decimal): -333349 or 14412282. OLE color: 14412282.

HSL color Cylindrical-coordinate representation of color #FAE9DB: hue angle of 27.1º degrees, saturation: 0.76, 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 #FAE9DB is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250233219-
CMYK00.070.120.02
HSL27.1º75.61%91.96%-
HSV(B)27.1º12.4%98.04%-
XYZ81.3583.7278.89-
YUV236.49118.13137.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 233 (91.41% from 255) = 33.19%
BLUE value IS 219 (85.94% from 255) = 31.20%
R=35.61%
G=33.19%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023321900.070.120.0227.175.6191.96
HexFAE9DB07C21b4c5c
Octal3723513330714233114134
Binary11111010111010011101101101111100101101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9DB; }

 p { color: rgb(250,233,219); }

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

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

 a { background-color: rgb(250,233,219); }

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

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

 span { border-color: rgb(250,233,219); }

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