Shades of Classic Rose #FAC9E1
Tints of Classic Rose #FAC9E1
RGB
CMYK
RGB Variations
Color information
#FAC9E1 (or 0xFAC9E1) is known color: Classic Rose. HEX triplet: FA, C9 and E1. RGB value is (250,201,225). Sum of RGB (Red+Green+Blue) = 250+201+225=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 201 (78.91% from 255 or 29.73% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9E1 is #05361E. Grayscale: #DADADA. Windows color (decimal): -341535 or 14797306. OLE color: 14797306.
HSL color Cylindrical-coordinate representation of color #FAC9E1: hue angle of 330.61º 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 #FAC9E1 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 225 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.02 |
| HSL | 330.61º | 0.83% | 0.88% | - |
| HSV(B) | 330.61º | 0.2% | 0.98% | - |
| XYZ | 73.9 | 67.53 | 80.37 | - |
| YUV | 218.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 225 | 0 | 0.20 | 0.10 | 0.02 | 330.61 | 0.83 | 0.88 |
| Hex | FA | C9 | E1 | 0 | 14 | A | 2 | 14B | 53 | 58 |
| Octal | 372 | 311 | 341 | 0 | 24 | 12 | 2 | 513 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11100001 | 0 | 10100 | 1010 | 10 | 101001011 | 1010011 | 1011000 |
Color Harmonies of #FAC9E1
Complementary color
Monochromatic Colors of #FAC9E1
Black with #FAC9E1
Text Example
Text Example
White with #FAC9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9E1; }
p { color: rgb(250,201,225); }
H1.HeaderClassName
{
color: #FAC9E1;
}
.AnyTagClassName
{
color: #FAC9E1;
}
</style>
background-color css
<style>
a { background-color: #FAC9E1; }
a { background-color: rgb(250,201,225); }
div.DivClassName
{
background-color: #FAC9E1;
}
.BgClassName
{
background-color: #FAC9E1;
}
</style>
border-color css
<style>
span { border-color: #FAC9E1; }
span { border-color: rgb(250,201,225); }
td.TdClassName
{
border-color: #FAC9E1;
}
.TagClassName
{
border-color: #FAC9E1;
}
</style>