#FAEEE0

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

Shades of Bridal Heath #FAEEE0

Tints of Bridal Heath #FAEEE0

Color information

#FAEEE0 (or 0xFAEEE0) is unknown color: approx Bridal Heath. HEX triplet: FA, EE and E0. RGB value is (250,238,224). Sum of RGB (Red+Green+Blue) = 250+238+224=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 224 (87.89% from 255 or 31.46% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEE0 is #05111F. Grayscale: #F0F0F0. Windows color (decimal): -332064 or 14741242. OLE color: 14741242.

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

Color convert

RGB250238224-
CMYK00.050.100.02
HSL32.31º72.22%92.94%-
HSV(B)32.31º10.4%98.04%-
XYZ83.4586.8582.89-
YUV239.99118.98135.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 238 (93.36% from 255) = 33.43%
BLUE value IS 224 (87.89% from 255) = 31.46%
R=35.11%
G=33.43%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023822400.050.100.0232.3172.2292.94
HexFAEEE005A220485d
Octal3723563400512240110135
Binary111110101110111011100000010110101010000010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEE0; }

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

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

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

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

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

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

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

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