#FAEBDC

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

Shades of Bridal Heath #FAEBDC

Tints of Bridal Heath #FAEBDC

Color information

#FAEBDC (or 0xFAEBDC) is unknown color: approx Bridal Heath. HEX triplet: FA, EB and DC. RGB value is (250,235,220). Sum of RGB (Red+Green+Blue) = 250+235+220=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBDC is #051423. Grayscale: #EDEDED. Windows color (decimal): -332836 or 14478330. OLE color: 14478330.

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

Color convert

RGB250235220-
CMYK00.060.120.02
HSL30º75%92.16%-
HSV(B)30º12%98.04%-
XYZ82.0584.9179.77-
YUV237.78117.97136.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.46%
GREEN value IS 235 (92.19% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 31.21%
R=35.46%
G=33.33%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023522000.060.120.02307592.16
HexFAEBDC06C21e4b5c
Octal3723533340614236113134
Binary11111010111010111101110001101100101111010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBDC; }

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

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

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

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

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

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

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

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