#FAE3DF

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

Shades of Misty Rose #FAE3DF

Tints of Misty Rose #FAE3DF

Color information

#FAE3DF (or 0xFAE3DF) is unknown color: approx Misty Rose. HEX triplet: FA, E3 and DF. RGB value is (250,227,223). Sum of RGB (Red+Green+Blue) = 250+227+223=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 227 (89.06% from 255 or 32.43% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3DF is #051C20. Grayscale: #E9E9E9. Windows color (decimal): -334881 or 14672890. OLE color: 14672890.

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

Color convert

RGB250227223-
CMYK00.090.110.02
HSL8.89º72.97%92.75%-
HSV(B)8.89º10.8%98.04%-
XYZ80.2180.5981.14-
YUV233.42122.12139.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 227 (89.06% from 255) = 32.43%
BLUE value IS 223 (87.5% from 255) = 31.86%
R=35.71%
G=32.43%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022722300.090.110.028.8972.9792.75
HexFAE3DF09B29495d
Octal37234333701113211111135
Binary11111010111000111101111101001101110100110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3DF; }

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

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

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

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

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

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

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

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