Shades of Classic Rose #FAC9EA
Tints of Classic Rose #FAC9EA
RGB
CMYK
RGB Variations
Color information
#FAC9EA (or 0xFAC9EA) is known color: Classic Rose. HEX triplet: FA, C9 and EA. RGB value is (250,201,234). Sum of RGB (Red+Green+Blue) = 250+201+234=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 201 (78.91% from 255 or 29.34% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9EA is #053615. Grayscale: #DBDBDB. Windows color (decimal): -341526 or 15387130. OLE color: 15387130.
HSL color Cylindrical-coordinate representation of color #FAC9EA: hue angle of 319.59º 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 #FAC9EA is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 234 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.02 |
| HSL | 319.59º | 0.83% | 0.88% | - |
| HSV(B) | 319.59º | 0.2% | 0.98% | - |
| XYZ | 75.16 | 68.04 | 87.01 | - |
| YUV | 219.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 234 | 0 | 0.20 | 0.06 | 0.02 | 319.59 | 0.83 | 0.88 |
| Hex | FA | C9 | EA | 0 | 14 | 6 | 2 | 140 | 53 | 58 |
| Octal | 372 | 311 | 352 | 0 | 24 | 6 | 2 | 500 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11101010 | 0 | 10100 | 110 | 10 | 101000000 | 1010011 | 1011000 |
Color Harmonies of #FAC9EA
Complementary color
Monochromatic Colors of #FAC9EA
Black with #FAC9EA
Text Example
Text Example
White with #FAC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9EA; }
p { color: rgb(250,201,234); }
H1.HeaderClassName
{
color: #FAC9EA;
}
.AnyTagClassName
{
color: #FAC9EA;
}
</style>
background-color css
<style>
a { background-color: #FAC9EA; }
a { background-color: rgb(250,201,234); }
div.DivClassName
{
background-color: #FAC9EA;
}
.BgClassName
{
background-color: #FAC9EA;
}
</style>
border-color css
<style>
span { border-color: #FAC9EA; }
span { border-color: rgb(250,201,234); }
td.TdClassName
{
border-color: #FAC9EA;
}
.TagClassName
{
border-color: #FAC9EA;
}
</style>