Shades of Classic Rose #F2BED7
Tints of Classic Rose #F2BED7
RGB
CMYK
RGB Variations
Color information
#F2BED7 (or 0xF2BED7) is known color: Classic Rose. HEX triplet: F2, BE and D7. RGB value is (242,190,215). Sum of RGB (Red+Green+Blue) = 242+190+215=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BED7 is #0D4128. Grayscale: #D0D0D0. Windows color (decimal): -868649 or 14139122. OLE color: 14139122.
HSL color Cylindrical-coordinate representation of color #F2BED7: hue angle of 331.15º 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 #F2BED7 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 215 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.05 |
| HSL | 331.15º | 0.67% | 0.85% | - |
| HSV(B) | 331.15º | 0.21% | 0.95% | - |
| XYZ | 67.3 | 60.61 | 72.44 | - |
| YUV | 208.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 215 | 0 | 0.21 | 0.11 | 0.05 | 331.15 | 0.67 | 0.85 |
| Hex | F2 | BE | D7 | 0 | 15 | B | 5 | 14B | 43 | 55 |
| Octal | 362 | 276 | 327 | 0 | 25 | 13 | 5 | 513 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11010111 | 0 | 10101 | 1011 | 101 | 101001011 | 1000011 | 1010101 |
Color Harmonies of #F2BED7
Complementary color
Monochromatic Colors of #F2BED7
Black with #F2BED7
Text Example
Text Example
White with #F2BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BED7; }
p { color: rgb(242,190,215); }
H1.HeaderClassName
{
color: #F2BED7;
}
.AnyTagClassName
{
color: #F2BED7;
}
</style>
background-color css
<style>
a { background-color: #F2BED7; }
a { background-color: rgb(242,190,215); }
div.DivClassName
{
background-color: #F2BED7;
}
.BgClassName
{
background-color: #F2BED7;
}
</style>
border-color css
<style>
span { border-color: #F2BED7; }
span { border-color: rgb(242,190,215); }
td.TdClassName
{
border-color: #F2BED7;
}
.TagClassName
{
border-color: #F2BED7;
}
</style>