#FAECDE

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

Shades of Bridal Heath #FAECDE

Tints of Bridal Heath #FAECDE

Color information

#FAECDE (or 0xFAECDE) is unknown color: approx Bridal Heath. HEX triplet: FA, EC and DE. RGB value is (250,236,222). Sum of RGB (Red+Green+Blue) = 250+236+222=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 222 (87.11% from 255 or 31.36% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECDE is #051321. Grayscale: #EEEEEE. Windows color (decimal): -332578 or 14609658. OLE color: 14609658.

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

Color convert

RGB250236222-
CMYK00.060.110.02
HSL30º73.68%92.55%-
HSV(B)30º11.2%98.04%-
XYZ82.685.5981.27-
YUV238.59118.64136.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.31%
GREEN value IS 236 (92.58% from 255) = 33.33%
BLUE value IS 222 (87.11% from 255) = 31.36%
R=35.31%
G=33.33%
B=31.36%

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
Decimal25023622200.060.110.023073.6892.55
HexFAECDE06B21e4a5d
Octal3723543360613236112135
Binary11111010111011001101111001101011101111010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECDE; }

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

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

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

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

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

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

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

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