Shades of Classic Rose #FAC9E8
Tints of Classic Rose #FAC9E8
RGB
CMYK
RGB Variations
Color information
#FAC9E8 (or 0xFAC9E8) is known color: Classic Rose. HEX triplet: FA, C9 and E8. RGB value is (250,201,232). Sum of RGB (Red+Green+Blue) = 250+201+232=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 201 (78.91% from 255 or 29.43% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9E8 is #053617. Grayscale: #DBDBDB. Windows color (decimal): -341528 or 15256058. OLE color: 15256058.
HSL color Cylindrical-coordinate representation of color #FAC9E8: hue angle of 322.04º 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 #FAC9E8 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 232 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.02 |
| HSL | 322.04º | 0.83% | 0.88% | - |
| HSV(B) | 322.04º | 0.2% | 0.98% | - |
| XYZ | 74.88 | 67.92 | 85.51 | - |
| YUV | 219.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 232 | 0 | 0.20 | 0.07 | 0.02 | 322.04 | 0.83 | 0.88 |
| Hex | FA | C9 | E8 | 0 | 14 | 7 | 2 | 142 | 53 | 58 |
| Octal | 372 | 311 | 350 | 0 | 24 | 7 | 2 | 502 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11101000 | 0 | 10100 | 111 | 10 | 101000010 | 1010011 | 1011000 |
Color Harmonies of #FAC9E8
Complementary color
Monochromatic Colors of #FAC9E8
Black with #FAC9E8
Text Example
Text Example
White with #FAC9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9E8; }
p { color: rgb(250,201,232); }
H1.HeaderClassName
{
color: #FAC9E8;
}
.AnyTagClassName
{
color: #FAC9E8;
}
</style>
background-color css
<style>
a { background-color: #FAC9E8; }
a { background-color: rgb(250,201,232); }
div.DivClassName
{
background-color: #FAC9E8;
}
.BgClassName
{
background-color: #FAC9E8;
}
</style>
border-color css
<style>
span { border-color: #FAC9E8; }
span { border-color: rgb(250,201,232); }
td.TdClassName
{
border-color: #FAC9E8;
}
.TagClassName
{
border-color: #FAC9E8;
}
</style>