Shades of Classic Rose #F2BDDD
Tints of Classic Rose #F2BDDD
RGB
CMYK
RGB Variations
Color information
#F2BDDD (or 0xF2BDDD) is known color: Classic Rose. HEX triplet: F2, BD and DD. RGB value is (242,189,221). Sum of RGB (Red+Green+Blue) = 242+189+221=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDDD is #0D4222. Grayscale: #D0D0D0. Windows color (decimal): -868899 or 14532082. OLE color: 14532082.
HSL color Cylindrical-coordinate representation of color #F2BDDD: hue angle of 323.77º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDDD is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 221 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.05 |
| HSL | 323.77º | 0.67% | 0.85% | - |
| HSV(B) | 323.77º | 0.22% | 0.95% | - |
| XYZ | 67.87 | 60.49 | 76.51 | - |
| YUV | 208.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 221 | 0 | 0.22 | 0.09 | 0.05 | 323.77 | 0.67 | 0.85 |
| Hex | F2 | BD | DD | 0 | 16 | 9 | 5 | 144 | 43 | 55 |
| Octal | 362 | 275 | 335 | 0 | 26 | 11 | 5 | 504 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11011101 | 0 | 10110 | 1001 | 101 | 101000100 | 1000011 | 1010101 |
Color Harmonies of #F2BDDD
Complementary color
Monochromatic Colors of #F2BDDD
Black with #F2BDDD
Text Example
Text Example
White with #F2BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDDD; }
p { color: rgb(242,189,221); }
H1.HeaderClassName
{
color: #F2BDDD;
}
.AnyTagClassName
{
color: #F2BDDD;
}
</style>
background-color css
<style>
a { background-color: #F2BDDD; }
a { background-color: rgb(242,189,221); }
div.DivClassName
{
background-color: #F2BDDD;
}
.BgClassName
{
background-color: #F2BDDD;
}
</style>
border-color css
<style>
span { border-color: #F2BDDD; }
span { border-color: rgb(242,189,221); }
td.TdClassName
{
border-color: #F2BDDD;
}
.TagClassName
{
border-color: #F2BDDD;
}
</style>