#FAEBE0

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

Shades of Chardon #FAEBE0

Tints of Chardon #FAEBE0

Color information

#FAEBE0 (or 0xFAEBE0) is unknown color: approx Chardon. HEX triplet: FA, EB and E0. RGB value is (250,235,224). Sum of RGB (Red+Green+Blue) = 250+235+224=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 224 (87.89% from 255 or 31.59% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBE0 is #05141F. Grayscale: #EEEEEE. Windows color (decimal): -332832 or 14740474. OLE color: 14740474.

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

Color convert

RGB250235224-
CMYK00.060.100.02
HSL25.38º72.22%92.94%-
HSV(B)25.38º10.4%98.04%-
XYZ82.5985.1282.6-
YUV238.23119.97136.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 235 (92.19% from 255) = 33.15%
BLUE value IS 224 (87.89% from 255) = 31.59%
R=35.26%
G=33.15%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023522400.060.100.0225.3872.2292.94
HexFAEBE006A219485d
Octal3723533400612231110135
Binary11111010111010111110000001101010101100110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBE0; }

 p { color: rgb(250,235,224); }

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

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

 a { background-color: rgb(250,235,224); }

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

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

 span { border-color: rgb(250,235,224); }

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