Shades of Classic Rose #FACAE6
Tints of Classic Rose #FACAE6
RGB
CMYK
RGB Variations
Color information
#FACAE6 (or 0xFACAE6) is known color: Classic Rose. HEX triplet: FA, CA and E6. RGB value is (250,202,230). Sum of RGB (Red+Green+Blue) = 250+202+230=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAE6 is #053519. Grayscale: #DBDBDB. Windows color (decimal): -341274 or 15125242. OLE color: 15125242.
HSL color Cylindrical-coordinate representation of color #FACAE6: hue angle of 325º 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 #FACAE6 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 230 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.02 |
| HSL | 325º | 0.83% | 0.89% | - |
| HSV(B) | 325º | 0.19% | 0.98% | - |
| XYZ | 74.83 | 68.28 | 84.1 | - |
| YUV | 219.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 230 | 0 | 0.19 | 0.08 | 0.02 | 325 | 0.83 | 0.89 |
| Hex | FA | CA | E6 | 0 | 13 | 8 | 2 | 145 | 53 | 59 |
| Octal | 372 | 312 | 346 | 0 | 23 | 10 | 2 | 505 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11100110 | 0 | 10011 | 1000 | 10 | 101000101 | 1010011 | 1011001 |
Color Harmonies of #FACAE6
Complementary color
Monochromatic Colors of #FACAE6
Black with #FACAE6
Text Example
Text Example
White with #FACAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAE6; }
p { color: rgb(250,202,230); }
H1.HeaderClassName
{
color: #FACAE6;
}
.AnyTagClassName
{
color: #FACAE6;
}
</style>
background-color css
<style>
a { background-color: #FACAE6; }
a { background-color: rgb(250,202,230); }
div.DivClassName
{
background-color: #FACAE6;
}
.BgClassName
{
background-color: #FACAE6;
}
</style>
border-color css
<style>
span { border-color: #FACAE6; }
span { border-color: rgb(250,202,230); }
td.TdClassName
{
border-color: #FACAE6;
}
.TagClassName
{
border-color: #FACAE6;
}
</style>