Shades of Rose White #FAEEE8
Tints of Rose White #FAEEE8
RGB
CMYK
RGB Variations
Color information
#FAEEE8 (or 0xFAEEE8) is known color: Rose White. HEX triplet: FA, EE and E8. RGB value is (250,238,232). Sum of RGB (Red+Green+Blue) = 250+238+232=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 232 (91.02% from 255 or 32.22% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEE8 is #051117. Grayscale: #F0F0F0. Windows color (decimal): -332056 or 15265530. OLE color: 15265530.
HSL color Cylindrical-coordinate representation of color #FAEEE8: hue angle of 20º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAEEE8 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 232 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.02 |
| HSL | 20º | 0.64% | 0.95% | - |
| HSV(B) | 20º | 0.07% | 0.98% | - |
| XYZ | 84.56 | 87.3 | 88.74 | - |
| YUV | 240.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 232 | 0 | 0.05 | 0.07 | 0.02 | 20 | 0.64 | 0.95 |
| Hex | FA | EE | E8 | 0 | 5 | 7 | 2 | 14 | 40 | 5F |
| Octal | 372 | 356 | 350 | 0 | 5 | 7 | 2 | 24 | 100 | 137 |
| Binary | 11111010 | 11101110 | 11101000 | 0 | 101 | 111 | 10 | 10100 | 1000000 | 1011111 |
Color Harmonies of #FAEEE8
Complementary color
Monochromatic Colors of #FAEEE8
Black with #FAEEE8
Text Example
Text Example
White with #FAEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEE8; }
p { color: rgb(250,238,232); }
H1.HeaderClassName
{
color: #FAEEE8;
}
.AnyTagClassName
{
color: #FAEEE8;
}
</style>
background-color css
<style>
a { background-color: #FAEEE8; }
a { background-color: rgb(250,238,232); }
div.DivClassName
{
background-color: #FAEEE8;
}
.BgClassName
{
background-color: #FAEEE8;
}
</style>
border-color css
<style>
span { border-color: #FAEEE8; }
span { border-color: rgb(250,238,232); }
td.TdClassName
{
border-color: #FAEEE8;
}
.TagClassName
{
border-color: #FAEEE8;
}
</style>