Shades of Classic Rose #FACAE8
Tints of Classic Rose #FACAE8
RGB
CMYK
RGB Variations
Color information
#FACAE8 (or 0xFACAE8) is known color: Classic Rose. HEX triplet: FA, CA and E8. RGB value is (250,202,232). Sum of RGB (Red+Green+Blue) = 250+202+232=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 232 (91.02% from 255 or 33.92% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAE8 is #053517. Grayscale: #DBDBDB. Windows color (decimal): -341272 or 15256314. OLE color: 15256314.
HSL color Cylindrical-coordinate representation of color #FACAE8: hue angle of 322.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACAE8 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 232 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.02 |
| HSL | 322.5º | 0.83% | 0.89% | - |
| HSV(B) | 322.5º | 0.19% | 0.98% | - |
| XYZ | 75.11 | 68.39 | 85.59 | - |
| YUV | 219.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 232 | 0 | 0.19 | 0.07 | 0.02 | 322.5 | 0.83 | 0.89 |
| Hex | FA | CA | E8 | 0 | 13 | 7 | 2 | 142 | 53 | 59 |
| Octal | 372 | 312 | 350 | 0 | 23 | 7 | 2 | 502 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11101000 | 0 | 10011 | 111 | 10 | 101000010 | 1010011 | 1011001 |
Color Harmonies of #FACAE8
Complementary color
Monochromatic Colors of #FACAE8
Black with #FACAE8
Text Example
Text Example
White with #FACAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAE8; }
p { color: rgb(250,202,232); }
H1.HeaderClassName
{
color: #FACAE8;
}
.AnyTagClassName
{
color: #FACAE8;
}
</style>
background-color css
<style>
a { background-color: #FACAE8; }
a { background-color: rgb(250,202,232); }
div.DivClassName
{
background-color: #FACAE8;
}
.BgClassName
{
background-color: #FACAE8;
}
</style>
border-color css
<style>
span { border-color: #FACAE8; }
span { border-color: rgb(250,202,232); }
td.TdClassName
{
border-color: #FACAE8;
}
.TagClassName
{
border-color: #FACAE8;
}
</style>