Shades of Classic Rose #F2BED5
Tints of Classic Rose #F2BED5
RGB
CMYK
RGB Variations
Color information
#F2BED5 (or 0xF2BED5) is known color: Classic Rose. HEX triplet: F2, BE and D5. RGB value is (242,190,213). Sum of RGB (Red+Green+Blue) = 242+190+213=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 213 (83.59% from 255 or 33.02% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BED5 is #0D412A. Grayscale: #D0D0D0. Windows color (decimal): -868651 or 14008050. OLE color: 14008050.
HSL color Cylindrical-coordinate representation of color #F2BED5: hue angle of 333.46º 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 #F2BED5 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 213 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.05 |
| HSL | 333.46º | 0.67% | 0.85% | - |
| HSV(B) | 333.46º | 0.21% | 0.95% | - |
| XYZ | 67.04 | 60.51 | 71.1 | - |
| YUV | 208.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 213 | 0 | 0.21 | 0.12 | 0.05 | 333.46 | 0.67 | 0.85 |
| Hex | F2 | BE | D5 | 0 | 15 | C | 5 | 14D | 43 | 55 |
| Octal | 362 | 276 | 325 | 0 | 25 | 14 | 5 | 515 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11010101 | 0 | 10101 | 1100 | 101 | 101001101 | 1000011 | 1010101 |
Color Harmonies of #F2BED5
Complementary color
Monochromatic Colors of #F2BED5
Black with #F2BED5
Text Example
Text Example
White with #F2BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BED5; }
p { color: rgb(242,190,213); }
H1.HeaderClassName
{
color: #F2BED5;
}
.AnyTagClassName
{
color: #F2BED5;
}
</style>
background-color css
<style>
a { background-color: #F2BED5; }
a { background-color: rgb(242,190,213); }
div.DivClassName
{
background-color: #F2BED5;
}
.BgClassName
{
background-color: #F2BED5;
}
</style>
border-color css
<style>
span { border-color: #F2BED5; }
span { border-color: rgb(242,190,213); }
td.TdClassName
{
border-color: #F2BED5;
}
.TagClassName
{
border-color: #F2BED5;
}
</style>