Shades of Classic Rose #FAC9EE
Tints of Classic Rose #FAC9EE
RGB
CMYK
RGB Variations
Color information
#FAC9EE (or 0xFAC9EE) is known color: Classic Rose. HEX triplet: FA, C9 and EE. RGB value is (250,201,238). Sum of RGB (Red+Green+Blue) = 250+201+238=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 201 (78.91% from 255 or 29.17% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9EE is #053611. Grayscale: #DBDBDB. Windows color (decimal): -341522 or 15649274. OLE color: 15649274.
HSL color Cylindrical-coordinate representation of color #FAC9EE: hue angle of 314.69º 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 #FAC9EE is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 238 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.02 |
| HSL | 314.69º | 0.83% | 0.88% | - |
| HSV(B) | 314.69º | 0.2% | 0.98% | - |
| XYZ | 75.74 | 68.27 | 90.07 | - |
| YUV | 219.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 238 | 0 | 0.20 | 0.05 | 0.02 | 314.69 | 0.83 | 0.88 |
| Hex | FA | C9 | EE | 0 | 14 | 5 | 2 | 13B | 53 | 58 |
| Octal | 372 | 311 | 356 | 0 | 24 | 5 | 2 | 473 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11101110 | 0 | 10100 | 101 | 10 | 100111011 | 1010011 | 1011000 |
Color Harmonies of #FAC9EE
Complementary color
Monochromatic Colors of #FAC9EE
Black with #FAC9EE
Text Example
Text Example
White with #FAC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9EE; }
p { color: rgb(250,201,238); }
H1.HeaderClassName
{
color: #FAC9EE;
}
.AnyTagClassName
{
color: #FAC9EE;
}
</style>
background-color css
<style>
a { background-color: #FAC9EE; }
a { background-color: rgb(250,201,238); }
div.DivClassName
{
background-color: #FAC9EE;
}
.BgClassName
{
background-color: #FAC9EE;
}
</style>
border-color css
<style>
span { border-color: #FAC9EE; }
span { border-color: rgb(250,201,238); }
td.TdClassName
{
border-color: #FAC9EE;
}
.TagClassName
{
border-color: #FAC9EE;
}
</style>