Shades of Classic Rose #FAC8E9
Tints of Classic Rose #FAC8E9
RGB
CMYK
RGB Variations
Color information
#FAC8E9 (or 0xFAC8E9) is known color: Classic Rose. HEX triplet: FA, C8 and E9. RGB value is (250,200,233). Sum of RGB (Red+Green+Blue) = 250+200+233=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 200 (78.52% from 255 or 29.28% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8E9 is #053716. Grayscale: #DADADA. Windows color (decimal): -341783 or 15321338. OLE color: 15321338.
HSL color Cylindrical-coordinate representation of color #FAC8E9: hue angle of 320.4º 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 #FAC8E9 is Cyan = 0, Magento = 0.2, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 233 | - |
| CMYK | 0 | 0.2 | 0.07 | 0.02 |
| HSL | 320.4º | 0.83% | 0.88% | - |
| HSV(B) | 320.4º | 0.2% | 0.98% | - |
| XYZ | 74.79 | 67.52 | 86.18 | - |
| YUV | 218.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 233 | 0 | 0.2 | 0.07 | 0.02 | 320.4 | 0.83 | 0.88 |
| Hex | FA | C8 | E9 | 0 | 14 | 7 | 2 | 140 | 53 | 58 |
| Octal | 372 | 310 | 351 | 0 | 24 | 7 | 2 | 500 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11101001 | 0 | 10100 | 111 | 10 | 101000000 | 1010011 | 1011000 |
Color Harmonies of #FAC8E9
Complementary color
Monochromatic Colors of #FAC8E9
Black with #FAC8E9
Text Example
Text Example
White with #FAC8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8E9; }
p { color: rgb(250,200,233); }
H1.HeaderClassName
{
color: #FAC8E9;
}
.AnyTagClassName
{
color: #FAC8E9;
}
</style>
background-color css
<style>
a { background-color: #FAC8E9; }
a { background-color: rgb(250,200,233); }
div.DivClassName
{
background-color: #FAC8E9;
}
.BgClassName
{
background-color: #FAC8E9;
}
</style>
border-color css
<style>
span { border-color: #FAC8E9; }
span { border-color: rgb(250,200,233); }
td.TdClassName
{
border-color: #FAC8E9;
}
.TagClassName
{
border-color: #FAC8E9;
}
</style>