Shades of Classic Rose #FACAE7
Tints of Classic Rose #FACAE7
RGB
CMYK
RGB Variations
Color information
#FACAE7 (or 0xFACAE7) is known color: Classic Rose. HEX triplet: FA, CA and E7. RGB value is (250,202,231). Sum of RGB (Red+Green+Blue) = 250+202+231=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 231 (90.62% from 255 or 33.82% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAE7 is #053518. Grayscale: #DBDBDB. Windows color (decimal): -341273 or 15190778. OLE color: 15190778.
HSL color Cylindrical-coordinate representation of color #FACAE7: hue angle of 323.75º 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 #FACAE7 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 231 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.02 |
| HSL | 323.75º | 0.83% | 0.89% | - |
| HSV(B) | 323.75º | 0.19% | 0.98% | - |
| XYZ | 74.97 | 68.33 | 84.84 | - |
| YUV | 219.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 231 | 0 | 0.19 | 0.08 | 0.02 | 323.75 | 0.83 | 0.89 |
| Hex | FA | CA | E7 | 0 | 13 | 8 | 2 | 144 | 53 | 59 |
| Octal | 372 | 312 | 347 | 0 | 23 | 10 | 2 | 504 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11100111 | 0 | 10011 | 1000 | 10 | 101000100 | 1010011 | 1011001 |
Color Harmonies of #FACAE7
Complementary color
Monochromatic Colors of #FACAE7
Black with #FACAE7
Text Example
Text Example
White with #FACAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAE7; }
p { color: rgb(250,202,231); }
H1.HeaderClassName
{
color: #FACAE7;
}
.AnyTagClassName
{
color: #FACAE7;
}
</style>
background-color css
<style>
a { background-color: #FACAE7; }
a { background-color: rgb(250,202,231); }
div.DivClassName
{
background-color: #FACAE7;
}
.BgClassName
{
background-color: #FACAE7;
}
</style>
border-color css
<style>
span { border-color: #FACAE7; }
span { border-color: rgb(250,202,231); }
td.TdClassName
{
border-color: #FACAE7;
}
.TagClassName
{
border-color: #FACAE7;
}
</style>