#FAE9E6

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

Shades of Misty Rose #FAE9E6

Tints of Misty Rose #FAE9E6

Color information

#FAE9E6 (or 0xFAE9E6) is unknown color: approx Misty Rose. HEX triplet: FA, E9 and E6. RGB value is (250,233,230). Sum of RGB (Red+Green+Blue) = 250+233+230=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 233 (91.41% from 255 or 32.68% from 713); Blue value is 230 (90.23% from 255 or 32.26% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE9E6 is #051619. Grayscale: #EDEDED. Windows color (decimal): -333338 or 15133178. OLE color: 15133178.

HSL color Cylindrical-coordinate representation of color #FAE9E6: hue angle of 9º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE9E6 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250233230-
CMYK00.070.080.02
HSL66.67%94.12%-
HSV(B)8%98.04%-
XYZ82.8584.3186.77-
YUV237.74123.63136.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 233 (91.41% from 255) = 32.68%
BLUE value IS 230 (90.23% from 255) = 32.26%
R=35.06%
G=32.68%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023323000.070.080.02966.6794.12
HexFAE9E607829435e
Octal3723513460710211103136
Binary1111101011101001111001100111100010100110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9E6; }

 p { color: rgb(250,233,230); }

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

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

 a { background-color: rgb(250,233,230); }

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

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

 span { border-color: rgb(250,233,230); }

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