Shades of Classic Rose #F2BED9
Tints of Classic Rose #F2BED9
RGB
CMYK
RGB Variations
Color information
#F2BED9 (or 0xF2BED9) is known color: Classic Rose. HEX triplet: F2, BE and D9. RGB value is (242,190,217). Sum of RGB (Red+Green+Blue) = 242+190+217=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BED9 is #0D4126. Grayscale: #D0D0D0. Windows color (decimal): -868647 or 14270194. OLE color: 14270194.
HSL color Cylindrical-coordinate representation of color #F2BED9: hue angle of 328.85º degrees, saturation: 0.67, 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 #F2BED9 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 217 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.05 |
| HSL | 328.85º | 0.67% | 0.85% | - |
| HSV(B) | 328.85º | 0.21% | 0.95% | - |
| XYZ | 67.56 | 60.71 | 73.8 | - |
| YUV | 208.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 217 | 0 | 0.21 | 0.10 | 0.05 | 328.85 | 0.67 | 0.85 |
| Hex | F2 | BE | D9 | 0 | 15 | A | 5 | 149 | 43 | 55 |
| Octal | 362 | 276 | 331 | 0 | 25 | 12 | 5 | 511 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11011001 | 0 | 10101 | 1010 | 101 | 101001001 | 1000011 | 1010101 |
Color Harmonies of #F2BED9
Complementary color
Monochromatic Colors of #F2BED9
Black with #F2BED9
Text Example
Text Example
White with #F2BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BED9; }
p { color: rgb(242,190,217); }
H1.HeaderClassName
{
color: #F2BED9;
}
.AnyTagClassName
{
color: #F2BED9;
}
</style>
background-color css
<style>
a { background-color: #F2BED9; }
a { background-color: rgb(242,190,217); }
div.DivClassName
{
background-color: #F2BED9;
}
.BgClassName
{
background-color: #F2BED9;
}
</style>
border-color css
<style>
span { border-color: #F2BED9; }
span { border-color: rgb(242,190,217); }
td.TdClassName
{
border-color: #F2BED9;
}
.TagClassName
{
border-color: #F2BED9;
}
</style>