#FAEBDE

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

Shades of Chardon #FAEBDE

Tints of Chardon #FAEBDE

Color information

#FAEBDE (or 0xFAEBDE) is unknown color: approx Chardon. HEX triplet: FA, EB and DE. RGB value is (250,235,222). Sum of RGB (Red+Green+Blue) = 250+235+222=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 235 (92.19% from 255 or 33.24% from 707); Blue value is 222 (87.11% from 255 or 31.40% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBDE is #051421. Grayscale: #EEEEEE. Windows color (decimal): -332834 or 14609402. OLE color: 14609402.

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

Color convert

RGB250235222-
CMYK00.060.110.02
HSL27.86º73.68%92.55%-
HSV(B)27.86º11.2%98.04%-
XYZ82.3285.0181.18-
YUV238118.97136.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 235 (92.19% from 255) = 33.24%
BLUE value IS 222 (87.11% from 255) = 31.40%
R=35.36%
G=33.24%
B=31.40%

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
Decimal25023522200.060.110.0227.8673.6892.55
HexFAEBDE06B21c4a5d
Octal3723533360613234112135
Binary11111010111010111101111001101011101110010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBDE; }

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

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

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

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

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

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

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

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