Shades of Classic Rose #F9C4ED
Tints of Classic Rose #F9C4ED
RGB
CMYK
RGB Variations
Color information
#F9C4ED (or 0xF9C4ED) is known color: Classic Rose. HEX triplet: F9, C4 and ED. RGB value is (249,196,237). Sum of RGB (Red+Green+Blue) = 249+196+237=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 196 (76.95% from 255 or 28.74% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C4ED is #063B12. Grayscale: #D8D8D8. Windows color (decimal): -408339 or 15582457. OLE color: 15582457.
HSL color Cylindrical-coordinate representation of color #F9C4ED: hue angle of 313.58º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9C4ED is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 237 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.02 |
| HSL | 313.58º | 0.82% | 0.87% | - |
| HSV(B) | 313.58º | 0.21% | 0.98% | - |
| XYZ | 74.09 | 65.73 | 88.9 | - |
| YUV | 216.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 237 | 0 | 0.21 | 0.05 | 0.02 | 313.58 | 0.82 | 0.87 |
| Hex | F9 | C4 | ED | 0 | 15 | 5 | 2 | 13A | 52 | 57 |
| Octal | 371 | 304 | 355 | 0 | 25 | 5 | 2 | 472 | 122 | 127 |
| Binary | 11111001 | 11000100 | 11101101 | 0 | 10101 | 101 | 10 | 100111010 | 1010010 | 1010111 |
Color Harmonies of #F9C4ED
Complementary color
Monochromatic Colors of #F9C4ED
Black with #F9C4ED
Text Example
Text Example
White with #F9C4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C4ED; }
p { color: rgb(249,196,237); }
H1.HeaderClassName
{
color: #F9C4ED;
}
.AnyTagClassName
{
color: #F9C4ED;
}
</style>
background-color css
<style>
a { background-color: #F9C4ED; }
a { background-color: rgb(249,196,237); }
div.DivClassName
{
background-color: #F9C4ED;
}
.BgClassName
{
background-color: #F9C4ED;
}
</style>
border-color css
<style>
span { border-color: #F9C4ED; }
span { border-color: rgb(249,196,237); }
td.TdClassName
{
border-color: #F9C4ED;
}
.TagClassName
{
border-color: #F9C4ED;
}
</style>