Shades of Classic Rose #F2BED2
Tints of Classic Rose #F2BED2
RGB
CMYK
RGB Variations
Color information
#F2BED2 (or 0xF2BED2) is known color: Classic Rose. HEX triplet: F2, BE and D2. RGB value is (242,190,210). Sum of RGB (Red+Green+Blue) = 242+190+210=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BED2 is #0D412D. Grayscale: #CFCFCF. Windows color (decimal): -868654 or 13811442. OLE color: 13811442.
HSL color Cylindrical-coordinate representation of color #F2BED2: hue angle of 336.92º 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 #F2BED2 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 210 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.05 |
| HSL | 336.92º | 0.67% | 0.85% | - |
| HSV(B) | 336.92º | 0.21% | 0.95% | - |
| XYZ | 66.66 | 60.36 | 69.11 | - |
| YUV | 207.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 210 | 0 | 0.21 | 0.13 | 0.05 | 336.92 | 0.67 | 0.85 |
| Hex | F2 | BE | D2 | 0 | 15 | D | 5 | 151 | 43 | 55 |
| Octal | 362 | 276 | 322 | 0 | 25 | 15 | 5 | 521 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11010010 | 0 | 10101 | 1101 | 101 | 101010001 | 1000011 | 1010101 |
Color Harmonies of #F2BED2
Complementary color
Monochromatic Colors of #F2BED2
Black with #F2BED2
Text Example
Text Example
White with #F2BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BED2; }
p { color: rgb(242,190,210); }
H1.HeaderClassName
{
color: #F2BED2;
}
.AnyTagClassName
{
color: #F2BED2;
}
</style>
background-color css
<style>
a { background-color: #F2BED2; }
a { background-color: rgb(242,190,210); }
div.DivClassName
{
background-color: #F2BED2;
}
.BgClassName
{
background-color: #F2BED2;
}
</style>
border-color css
<style>
span { border-color: #F2BED2; }
span { border-color: rgb(242,190,210); }
td.TdClassName
{
border-color: #F2BED2;
}
.TagClassName
{
border-color: #F2BED2;
}
</style>