Shades of Classic Rose #FACEE8
Tints of Classic Rose #FACEE8
RGB
CMYK
RGB Variations
Color information
#FACEE8 (or 0xFACEE8) is known color: Classic Rose. HEX triplet: FA, CE and E8. RGB value is (250,206,232). Sum of RGB (Red+Green+Blue) = 250+206+232=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEE8 is #053117. Grayscale: #DEDEDE. Windows color (decimal): -340248 or 15257338. OLE color: 15257338.
HSL color Cylindrical-coordinate representation of color #FACEE8: hue angle of 324.55º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACEE8 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 232 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.02 |
| HSL | 324.55º | 0.81% | 0.89% | - |
| HSV(B) | 324.55º | 0.18% | 0.98% | - |
| XYZ | 76.06 | 70.29 | 85.9 | - |
| YUV | 222.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 232 | 0 | 0.18 | 0.07 | 0.02 | 324.55 | 0.81 | 0.89 |
| Hex | FA | CE | E8 | 0 | 12 | 7 | 2 | 145 | 51 | 59 |
| Octal | 372 | 316 | 350 | 0 | 22 | 7 | 2 | 505 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11101000 | 0 | 10010 | 111 | 10 | 101000101 | 1010001 | 1011001 |
Color Harmonies of #FACEE8
Complementary color
Monochromatic Colors of #FACEE8
Black with #FACEE8
Text Example
Text Example
White with #FACEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEE8; }
p { color: rgb(250,206,232); }
H1.HeaderClassName
{
color: #FACEE8;
}
.AnyTagClassName
{
color: #FACEE8;
}
</style>
background-color css
<style>
a { background-color: #FACEE8; }
a { background-color: rgb(250,206,232); }
div.DivClassName
{
background-color: #FACEE8;
}
.BgClassName
{
background-color: #FACEE8;
}
</style>
border-color css
<style>
span { border-color: #FACEE8; }
span { border-color: rgb(250,206,232); }
td.TdClassName
{
border-color: #FACEE8;
}
.TagClassName
{
border-color: #FACEE8;
}
</style>