#FAEBDF

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

Shades of Chardon #FAEBDF

Tints of Chardon #FAEBDF

Color information

#FAEBDF (or 0xFAEBDF) is unknown color: approx Chardon. HEX triplet: FA, EB and DF. RGB value is (250,235,223). Sum of RGB (Red+Green+Blue) = 250+235+223=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 223 (87.5% from 255 or 31.50% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBDF is #051420. Grayscale: #EEEEEE. Windows color (decimal): -332833 or 14674938. OLE color: 14674938.

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

Color convert

RGB250235223-
CMYK00.060.110.02
HSL26.67º72.97%92.75%-
HSV(B)26.67º10.8%98.04%-
XYZ82.4585.0781.89-
YUV238.12119.47136.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.31%
GREEN value IS 235 (92.19% from 255) = 33.19%
BLUE value IS 223 (87.5% from 255) = 31.50%
R=35.31%
G=33.19%
B=31.50%

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
Decimal25023522300.060.110.0226.6772.9792.75
HexFAEBDF06B21b495d
Octal3723533370613233111135
Binary11111010111010111101111101101011101101110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBDF; }

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

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

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

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

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

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

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

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