Shades of Classic Rose #FAC9ED
Tints of Classic Rose #FAC9ED
RGB
CMYK
RGB Variations
Color information
#FAC9ED (or 0xFAC9ED) is known color: Classic Rose. HEX triplet: FA, C9 and ED. RGB value is (250,201,237). Sum of RGB (Red+Green+Blue) = 250+201+237=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 201 (78.91% from 255 or 29.22% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9ED is #053612. Grayscale: #DBDBDB. Windows color (decimal): -341523 or 15583738. OLE color: 15583738.
HSL color Cylindrical-coordinate representation of color #FAC9ED: hue angle of 315.92º 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 #FAC9ED is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 237 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.02 |
| HSL | 315.92º | 0.83% | 0.88% | - |
| HSV(B) | 315.92º | 0.2% | 0.98% | - |
| XYZ | 75.6 | 68.21 | 89.3 | - |
| YUV | 219.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 237 | 0 | 0.20 | 0.05 | 0.02 | 315.92 | 0.83 | 0.88 |
| Hex | FA | C9 | ED | 0 | 14 | 5 | 2 | 13C | 53 | 58 |
| Octal | 372 | 311 | 355 | 0 | 24 | 5 | 2 | 474 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11101101 | 0 | 10100 | 101 | 10 | 100111100 | 1010011 | 1011000 |
Color Harmonies of #FAC9ED
Complementary color
Monochromatic Colors of #FAC9ED
Black with #FAC9ED
Text Example
Text Example
White with #FAC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9ED; }
p { color: rgb(250,201,237); }
H1.HeaderClassName
{
color: #FAC9ED;
}
.AnyTagClassName
{
color: #FAC9ED;
}
</style>
background-color css
<style>
a { background-color: #FAC9ED; }
a { background-color: rgb(250,201,237); }
div.DivClassName
{
background-color: #FAC9ED;
}
.BgClassName
{
background-color: #FAC9ED;
}
</style>
border-color css
<style>
span { border-color: #FAC9ED; }
span { border-color: rgb(250,201,237); }
td.TdClassName
{
border-color: #FAC9ED;
}
.TagClassName
{
border-color: #FAC9ED;
}
</style>