Shades of Classic Rose #FAC9EB
Tints of Classic Rose #FAC9EB
RGB
CMYK
RGB Variations
Color information
#FAC9EB (or 0xFAC9EB) is known color: Classic Rose. HEX triplet: FA, C9 and EB. RGB value is (250,201,235). Sum of RGB (Red+Green+Blue) = 250+201+235=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 201 (78.91% from 255 or 29.30% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9EB is #053614. Grayscale: #DBDBDB. Windows color (decimal): -341525 or 15452666. OLE color: 15452666.
HSL color Cylindrical-coordinate representation of color #FAC9EB: hue angle of 318.37º 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 #FAC9EB is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 235 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.02 |
| HSL | 318.37º | 0.83% | 0.88% | - |
| HSV(B) | 318.37º | 0.2% | 0.98% | - |
| XYZ | 75.31 | 68.1 | 87.77 | - |
| YUV | 219.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 235 | 0 | 0.20 | 0.06 | 0.02 | 318.37 | 0.83 | 0.88 |
| Hex | FA | C9 | EB | 0 | 14 | 6 | 2 | 13E | 53 | 58 |
| Octal | 372 | 311 | 353 | 0 | 24 | 6 | 2 | 476 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11101011 | 0 | 10100 | 110 | 10 | 100111110 | 1010011 | 1011000 |
Color Harmonies of #FAC9EB
Complementary color
Monochromatic Colors of #FAC9EB
Black with #FAC9EB
Text Example
Text Example
White with #FAC9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9EB; }
p { color: rgb(250,201,235); }
H1.HeaderClassName
{
color: #FAC9EB;
}
.AnyTagClassName
{
color: #FAC9EB;
}
</style>
background-color css
<style>
a { background-color: #FAC9EB; }
a { background-color: rgb(250,201,235); }
div.DivClassName
{
background-color: #FAC9EB;
}
.BgClassName
{
background-color: #FAC9EB;
}
</style>
border-color css
<style>
span { border-color: #FAC9EB; }
span { border-color: rgb(250,201,235); }
td.TdClassName
{
border-color: #FAC9EB;
}
.TagClassName
{
border-color: #FAC9EB;
}
</style>