Shades of Classic Rose #FAC5ED
Tints of Classic Rose #FAC5ED
RGB
CMYK
RGB Variations
Color information
#FAC5ED (or 0xFAC5ED) is known color: Classic Rose. HEX triplet: FA, C5 and ED. RGB value is (250,197,237). Sum of RGB (Red+Green+Blue) = 250+197+237=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 197 (77.34% from 255 or 28.80% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5ED is #053A12. Grayscale: #D9D9D9. Windows color (decimal): -342547 or 15582714. OLE color: 15582714.
HSL color Cylindrical-coordinate representation of color #FAC5ED: hue angle of 314.72º 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 #FAC5ED is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 237 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.02 |
| HSL | 314.72º | 0.84% | 0.88% | - |
| HSV(B) | 314.72º | 0.21% | 0.98% | - |
| XYZ | 74.68 | 66.37 | 89 | - |
| YUV | 217.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 237 | 0 | 0.21 | 0.05 | 0.02 | 314.72 | 0.84 | 0.88 |
| Hex | FA | C5 | ED | 0 | 15 | 5 | 2 | 13B | 54 | 58 |
| Octal | 372 | 305 | 355 | 0 | 25 | 5 | 2 | 473 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11101101 | 0 | 10101 | 101 | 10 | 100111011 | 1010100 | 1011000 |
Color Harmonies of #FAC5ED
Complementary color
Monochromatic Colors of #FAC5ED
Black with #FAC5ED
Text Example
Text Example
White with #FAC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5ED; }
p { color: rgb(250,197,237); }
H1.HeaderClassName
{
color: #FAC5ED;
}
.AnyTagClassName
{
color: #FAC5ED;
}
</style>
background-color css
<style>
a { background-color: #FAC5ED; }
a { background-color: rgb(250,197,237); }
div.DivClassName
{
background-color: #FAC5ED;
}
.BgClassName
{
background-color: #FAC5ED;
}
</style>
border-color css
<style>
span { border-color: #FAC5ED; }
span { border-color: rgb(250,197,237); }
td.TdClassName
{
border-color: #FAC5ED;
}
.TagClassName
{
border-color: #FAC5ED;
}
</style>