Shades of Classic Rose #FAC5EF
Tints of Classic Rose #FAC5EF
RGB
CMYK
RGB Variations
Color information
#FAC5EF (or 0xFAC5EF) is known color: Classic Rose. HEX triplet: FA, C5 and EF. RGB value is (250,197,239). Sum of RGB (Red+Green+Blue) = 250+197+239=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 197 (77.34% from 255 or 28.72% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5EF is #053A10. Grayscale: #D9D9D9. Windows color (decimal): -342545 or 15713786. OLE color: 15713786.
HSL color Cylindrical-coordinate representation of color #FAC5EF: hue angle of 312.45º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC5EF is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 239 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.02 |
| HSL | 312.45º | 0.84% | 0.88% | - |
| HSV(B) | 312.45º | 0.21% | 0.98% | - |
| XYZ | 74.97 | 66.49 | 90.54 | - |
| YUV | 217.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 239 | 0 | 0.21 | 0.04 | 0.02 | 312.45 | 0.84 | 0.88 |
| Hex | FA | C5 | EF | 0 | 15 | 4 | 2 | 138 | 54 | 58 |
| Octal | 372 | 305 | 357 | 0 | 25 | 4 | 2 | 470 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11101111 | 0 | 10101 | 100 | 10 | 100111000 | 1010100 | 1011000 |
Color Harmonies of #FAC5EF
Complementary color
Monochromatic Colors of #FAC5EF
Black with #FAC5EF
Text Example
Text Example
White with #FAC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5EF; }
p { color: rgb(250,197,239); }
H1.HeaderClassName
{
color: #FAC5EF;
}
.AnyTagClassName
{
color: #FAC5EF;
}
</style>
background-color css
<style>
a { background-color: #FAC5EF; }
a { background-color: rgb(250,197,239); }
div.DivClassName
{
background-color: #FAC5EF;
}
.BgClassName
{
background-color: #FAC5EF;
}
</style>
border-color css
<style>
span { border-color: #FAC5EF; }
span { border-color: rgb(250,197,239); }
td.TdClassName
{
border-color: #FAC5EF;
}
.TagClassName
{
border-color: #FAC5EF;
}
</style>