Shades of Rose White #FAEEEC
Tints of Rose White #FAEEEC
RGB
CMYK
RGB Variations
Color information
#FAEEEC (or 0xFAEEEC) is known color: Rose White. HEX triplet: FA, EE and EC. RGB value is (250,238,236). Sum of RGB (Red+Green+Blue) = 250+238+236=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 238 (93.36% from 255 or 32.87% from 724); Blue value is 236 (92.58% from 255 or 32.60% from 724); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEEC is #051113. Grayscale: #F1F1F1. Windows color (decimal): -332052 or 15527674. OLE color: 15527674.
HSL color Cylindrical-coordinate representation of color #FAEEEC: hue angle of 8.57º degrees, saturation: 0.58, 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 #FAEEEC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 236 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.02 |
| HSL | 8.57º | 0.58% | 0.95% | - |
| HSV(B) | 8.57º | 0.06% | 0.98% | - |
| XYZ | 85.14 | 87.53 | 91.76 | - |
| YUV | 241.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 236 | 0 | 0.05 | 0.06 | 0.02 | 8.57 | 0.58 | 0.95 |
| Hex | FA | EE | EC | 0 | 5 | 6 | 2 | 9 | 3A | 5F |
| Octal | 372 | 356 | 354 | 0 | 5 | 6 | 2 | 11 | 72 | 137 |
| Binary | 11111010 | 11101110 | 11101100 | 0 | 101 | 110 | 10 | 1001 | 111010 | 1011111 |
Color Harmonies of #FAEEEC
Complementary color
Monochromatic Colors of #FAEEEC
Black with #FAEEEC
Text Example
Text Example
White with #FAEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEEC; }
p { color: rgb(250,238,236); }
H1.HeaderClassName
{
color: #FAEEEC;
}
.AnyTagClassName
{
color: #FAEEEC;
}
</style>
background-color css
<style>
a { background-color: #FAEEEC; }
a { background-color: rgb(250,238,236); }
div.DivClassName
{
background-color: #FAEEEC;
}
.BgClassName
{
background-color: #FAEEEC;
}
</style>
border-color css
<style>
span { border-color: #FAEEEC; }
span { border-color: rgb(250,238,236); }
td.TdClassName
{
border-color: #FAEEEC;
}
.TagClassName
{
border-color: #FAEEEC;
}
</style>