Shades of Classic Rose #F9C2EA
Tints of Classic Rose #F9C2EA
RGB
CMYK
RGB Variations
Color information
#F9C2EA (or 0xF9C2EA) is known color: Classic Rose. HEX triplet: F9, C2 and EA. RGB value is (249,194,234). Sum of RGB (Red+Green+Blue) = 249+194+234=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 194 (76.17% from 255 or 28.66% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C2EA is #063D15. Grayscale: #D6D6D6. Windows color (decimal): -408854 or 15385337. OLE color: 15385337.
HSL color Cylindrical-coordinate representation of color #F9C2EA: hue angle of 316.36º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9C2EA is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 194 | 234 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.02 |
| HSL | 316.36º | 0.82% | 0.87% | - |
| HSV(B) | 316.36º | 0.22% | 0.98% | - |
| XYZ | 73.21 | 64.66 | 86.46 | - |
| YUV | 215.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 194 | 234 | 0 | 0.22 | 0.06 | 0.02 | 316.36 | 0.82 | 0.87 |
| Hex | F9 | C2 | EA | 0 | 16 | 6 | 2 | 13C | 52 | 57 |
| Octal | 371 | 302 | 352 | 0 | 26 | 6 | 2 | 474 | 122 | 127 |
| Binary | 11111001 | 11000010 | 11101010 | 0 | 10110 | 110 | 10 | 100111100 | 1010010 | 1010111 |
Color Harmonies of #F9C2EA
Complementary color
Monochromatic Colors of #F9C2EA
Black with #F9C2EA
Text Example
Text Example
White with #F9C2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C2EA; }
p { color: rgb(249,194,234); }
H1.HeaderClassName
{
color: #F9C2EA;
}
.AnyTagClassName
{
color: #F9C2EA;
}
</style>
background-color css
<style>
a { background-color: #F9C2EA; }
a { background-color: rgb(249,194,234); }
div.DivClassName
{
background-color: #F9C2EA;
}
.BgClassName
{
background-color: #F9C2EA;
}
</style>
border-color css
<style>
span { border-color: #F9C2EA; }
span { border-color: rgb(249,194,234); }
td.TdClassName
{
border-color: #F9C2EA;
}
.TagClassName
{
border-color: #F9C2EA;
}
</style>