Shades of Classic Rose #F9CCDF
Tints of Classic Rose #F9CCDF
RGB
CMYK
RGB Variations
Color information
#F9CCDF (or 0xF9CCDF) is known color: Classic Rose. HEX triplet: F9, CC and DF. RGB value is (249,204,223). Sum of RGB (Red+Green+Blue) = 249+204+223=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CCDF is #063320. Grayscale: #DBDBDB. Windows color (decimal): -406305 or 14667001. OLE color: 14667001.
HSL color Cylindrical-coordinate representation of color #F9CCDF: hue angle of 334.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CCDF is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 204 | 223 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.02 |
| HSL | 334.67º | 0.79% | 0.89% | - |
| HSV(B) | 334.67º | 0.18% | 0.98% | - |
| XYZ | 73.98 | 68.65 | 79.16 | - |
| YUV | 219.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 204 | 223 | 0 | 0.18 | 0.10 | 0.02 | 334.67 | 0.79 | 0.89 |
| Hex | F9 | CC | DF | 0 | 12 | A | 2 | 14F | 4F | 59 |
| Octal | 371 | 314 | 337 | 0 | 22 | 12 | 2 | 517 | 117 | 131 |
| Binary | 11111001 | 11001100 | 11011111 | 0 | 10010 | 1010 | 10 | 101001111 | 1001111 | 1011001 |
Color Harmonies of #F9CCDF
Complementary color
Monochromatic Colors of #F9CCDF
Black with #F9CCDF
Text Example
Text Example
White with #F9CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CCDF; }
p { color: rgb(249,204,223); }
H1.HeaderClassName
{
color: #F9CCDF;
}
.AnyTagClassName
{
color: #F9CCDF;
}
</style>
background-color css
<style>
a { background-color: #F9CCDF; }
a { background-color: rgb(249,204,223); }
div.DivClassName
{
background-color: #F9CCDF;
}
.BgClassName
{
background-color: #F9CCDF;
}
</style>
border-color css
<style>
span { border-color: #F9CCDF; }
span { border-color: rgb(249,204,223); }
td.TdClassName
{
border-color: #F9CCDF;
}
.TagClassName
{
border-color: #F9CCDF;
}
</style>