Shades of Classic Rose #FACAE9
Tints of Classic Rose #FACAE9
RGB
CMYK
RGB Variations
Color information
#FACAE9 (or 0xFACAE9) is known color: Classic Rose. HEX triplet: FA, CA and E9. RGB value is (250,202,233). Sum of RGB (Red+Green+Blue) = 250+202+233=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAE9 is #053516. Grayscale: #DBDBDB. Windows color (decimal): -341271 or 15321850. OLE color: 15321850.
HSL color Cylindrical-coordinate representation of color #FACAE9: hue angle of 321.25º 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 #FACAE9 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 233 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.02 |
| HSL | 321.25º | 0.83% | 0.89% | - |
| HSV(B) | 321.25º | 0.19% | 0.98% | - |
| XYZ | 75.25 | 68.45 | 86.34 | - |
| YUV | 219.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 233 | 0 | 0.19 | 0.07 | 0.02 | 321.25 | 0.83 | 0.89 |
| Hex | FA | CA | E9 | 0 | 13 | 7 | 2 | 141 | 53 | 59 |
| Octal | 372 | 312 | 351 | 0 | 23 | 7 | 2 | 501 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11101001 | 0 | 10011 | 111 | 10 | 101000001 | 1010011 | 1011001 |
Color Harmonies of #FACAE9
Complementary color
Monochromatic Colors of #FACAE9
Black with #FACAE9
Text Example
Text Example
White with #FACAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAE9; }
p { color: rgb(250,202,233); }
H1.HeaderClassName
{
color: #FACAE9;
}
.AnyTagClassName
{
color: #FACAE9;
}
</style>
background-color css
<style>
a { background-color: #FACAE9; }
a { background-color: rgb(250,202,233); }
div.DivClassName
{
background-color: #FACAE9;
}
.BgClassName
{
background-color: #FACAE9;
}
</style>
border-color css
<style>
span { border-color: #FACAE9; }
span { border-color: rgb(250,202,233); }
td.TdClassName
{
border-color: #FACAE9;
}
.TagClassName
{
border-color: #FACAE9;
}
</style>