Shades of Rose White #FAEEEA
Tints of Rose White #FAEEEA
RGB
CMYK
RGB Variations
Color information
#FAEEEA (or 0xFAEEEA) is known color: Rose White. HEX triplet: FA, EE and EA. RGB value is (250,238,234). Sum of RGB (Red+Green+Blue) = 250+238+234=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 234 (91.80% from 255 or 32.41% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEEA is #051115. Grayscale: #F1F1F1. Windows color (decimal): -332054 or 15396602. OLE color: 15396602.
HSL color Cylindrical-coordinate representation of color #FAEEEA: hue angle of 15º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAEEEA is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 238 | 234 | - |
CMYK | 0 | 0.05 | 0.06 | 0.02 |
HSL | 15º | 0.62% | 0.95% | - |
HSV(B) | 15º | 0.06% | 0.98% | - |
XYZ | 84.85 | 87.41 | 90.24 | - |
YUV | 241.13 | 123.98 | 134.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 238 | 234 | 0 | 0.05 | 0.06 | 0.02 | 15 | 0.62 | 0.95 |
Hex | FA | EE | EA | 0 | 5 | 6 | 2 | F | 3E | 5F |
Octal | 372 | 356 | 352 | 0 | 5 | 6 | 2 | 17 | 76 | 137 |
Binary | 11111010 | 11101110 | 11101010 | 0 | 101 | 110 | 10 | 1111 | 111110 | 1011111 |
Color Harmonies of #FAEEEA
Complementary color
Monochromatic Colors of #FAEEEA
Black with #FAEEEA
Text Example
Text Example
White with #FAEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEEA; }
p { color: rgb(250,238,234); }
H1.HeaderClassName
{
color: #FAEEEA;
}
.AnyTagClassName
{
color: #FAEEEA;
}
</style>
background-color css
<style>
a { background-color: #FAEEEA; }
a { background-color: rgb(250,238,234); }
div.DivClassName
{
background-color: #FAEEEA;
}
.BgClassName
{
background-color: #FAEEEA;
}
</style>
border-color css
<style>
span { border-color: #FAEEEA; }
span { border-color: rgb(250,238,234); }
td.TdClassName
{
border-color: #FAEEEA;
}
.TagClassName
{
border-color: #FAEEEA;
}
</style>