Shades of Classic Rose #FAC8E1
Tints of Classic Rose #FAC8E1
RGB
CMYK
RGB Variations
Color information
#FAC8E1 (or 0xFAC8E1) is known color: Classic Rose. HEX triplet: FA, C8 and E1. RGB value is (250,200,225). Sum of RGB (Red+Green+Blue) = 250+200+225=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 200 (78.52% from 255 or 29.63% from 675); Blue value is 225 (88.28% from 255 or 33.33% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8E1 is #05371E. Grayscale: #D9D9D9. Windows color (decimal): -341791 or 14797050. OLE color: 14797050.
HSL color Cylindrical-coordinate representation of color #FAC8E1: hue angle of 330º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC8E1 is Cyan = 0, Magento = 0.2, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 225 | - |
| CMYK | 0 | 0.2 | 0.10 | 0.02 |
| HSL | 330º | 0.83% | 0.88% | - |
| HSV(B) | 330º | 0.2% | 0.98% | - |
| XYZ | 73.67 | 67.07 | 80.3 | - |
| YUV | 217.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 225 | 0 | 0.2 | 0.10 | 0.02 | 330 | 0.83 | 0.88 |
| Hex | FA | C8 | E1 | 0 | 14 | A | 2 | 14A | 53 | 58 |
| Octal | 372 | 310 | 341 | 0 | 24 | 12 | 2 | 512 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11100001 | 0 | 10100 | 1010 | 10 | 101001010 | 1010011 | 1011000 |
Color Harmonies of #FAC8E1
Complementary color
Monochromatic Colors of #FAC8E1
Black with #FAC8E1
Text Example
Text Example
White with #FAC8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8E1; }
p { color: rgb(250,200,225); }
H1.HeaderClassName
{
color: #FAC8E1;
}
.AnyTagClassName
{
color: #FAC8E1;
}
</style>
background-color css
<style>
a { background-color: #FAC8E1; }
a { background-color: rgb(250,200,225); }
div.DivClassName
{
background-color: #FAC8E1;
}
.BgClassName
{
background-color: #FAC8E1;
}
</style>
border-color css
<style>
span { border-color: #FAC8E1; }
span { border-color: rgb(250,200,225); }
td.TdClassName
{
border-color: #FAC8E1;
}
.TagClassName
{
border-color: #FAC8E1;
}
</style>