Shades of Classic Rose #F2BFDD
Tints of Classic Rose #F2BFDD
RGB
CMYK
RGB Variations
Color information
#F2BFDD (or 0xF2BFDD) is known color: Classic Rose. HEX triplet: F2, BF and DD. RGB value is (242,191,221). Sum of RGB (Red+Green+Blue) = 242+191+221=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFDD is #0D4022. Grayscale: #D1D1D1. Windows color (decimal): -868387 or 14532594. OLE color: 14532594.
HSL color Cylindrical-coordinate representation of color #F2BFDD: hue angle of 324.71º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BFDD is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 221 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.05 |
| HSL | 324.71º | 0.66% | 0.85% | - |
| HSV(B) | 324.71º | 0.21% | 0.95% | - |
| XYZ | 68.3 | 61.36 | 76.65 | - |
| YUV | 209.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 221 | 0 | 0.21 | 0.09 | 0.05 | 324.71 | 0.66 | 0.85 |
| Hex | F2 | BF | DD | 0 | 15 | 9 | 5 | 145 | 42 | 55 |
| Octal | 362 | 277 | 335 | 0 | 25 | 11 | 5 | 505 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11011101 | 0 | 10101 | 1001 | 101 | 101000101 | 1000010 | 1010101 |
Color Harmonies of #F2BFDD
Complementary color
Monochromatic Colors of #F2BFDD
Black with #F2BFDD
Text Example
Text Example
White with #F2BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFDD; }
p { color: rgb(242,191,221); }
H1.HeaderClassName
{
color: #F2BFDD;
}
.AnyTagClassName
{
color: #F2BFDD;
}
</style>
background-color css
<style>
a { background-color: #F2BFDD; }
a { background-color: rgb(242,191,221); }
div.DivClassName
{
background-color: #F2BFDD;
}
.BgClassName
{
background-color: #F2BFDD;
}
</style>
border-color css
<style>
span { border-color: #F2BFDD; }
span { border-color: rgb(242,191,221); }
td.TdClassName
{
border-color: #F2BFDD;
}
.TagClassName
{
border-color: #F2BFDD;
}
</style>