Shades of Classic Rose #F9C7ED
Tints of Classic Rose #F9C7ED
RGB
CMYK
RGB Variations
Color information
#F9C7ED (or 0xF9C7ED) is known color: Classic Rose. HEX triplet: F9, C7 and ED. RGB value is (249,199,237). Sum of RGB (Red+Green+Blue) = 249+199+237=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 199 (78.12% from 255 or 29.05% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C7ED is #063812. Grayscale: #DADADA. Windows color (decimal): -407571 or 15583225. OLE color: 15583225.
HSL color Cylindrical-coordinate representation of color #F9C7ED: hue angle of 314.4º degrees, saturation: 0.81, 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 #F9C7ED is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 199 | 237 | - |
CMYK | 0 | 0.20 | 0.05 | 0.02 |
HSL | 314.4º | 0.81% | 0.88% | - |
HSV(B) | 314.4º | 0.2% | 0.98% | - |
XYZ | 74.78 | 67.1 | 89.13 | - |
YUV | 218.28 | 138.57 | 149.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 199 | 237 | 0 | 0.20 | 0.05 | 0.02 | 314.4 | 0.81 | 0.88 |
Hex | F9 | C7 | ED | 0 | 14 | 5 | 2 | 13A | 51 | 58 |
Octal | 371 | 307 | 355 | 0 | 24 | 5 | 2 | 472 | 121 | 130 |
Binary | 11111001 | 11000111 | 11101101 | 0 | 10100 | 101 | 10 | 100111010 | 1010001 | 1011000 |
Color Harmonies of #F9C7ED
Complementary color
Monochromatic Colors of #F9C7ED
Black with #F9C7ED
Text Example
Text Example
White with #F9C7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C7ED; }
p { color: rgb(249,199,237); }
H1.HeaderClassName
{
color: #F9C7ED;
}
.AnyTagClassName
{
color: #F9C7ED;
}
</style>
background-color css
<style>
a { background-color: #F9C7ED; }
a { background-color: rgb(249,199,237); }
div.DivClassName
{
background-color: #F9C7ED;
}
.BgClassName
{
background-color: #F9C7ED;
}
</style>
border-color css
<style>
span { border-color: #F9C7ED; }
span { border-color: rgb(249,199,237); }
td.TdClassName
{
border-color: #F9C7ED;
}
.TagClassName
{
border-color: #F9C7ED;
}
</style>