Shades of Classic Rose #F2BEDE
Tints of Classic Rose #F2BEDE
RGB
CMYK
RGB Variations
Color information
#F2BEDE (or 0xF2BEDE) is known color: Classic Rose. HEX triplet: F2, BE and DE. RGB value is (242,190,222). Sum of RGB (Red+Green+Blue) = 242+190+222=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEDE is #0D4121. Grayscale: #D1D1D1. Windows color (decimal): -868642 or 14597874. OLE color: 14597874.
HSL color Cylindrical-coordinate representation of color #F2BEDE: hue angle of 323.08º 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 #F2BEDE is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 222 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.05 |
| HSL | 323.08º | 0.67% | 0.85% | - |
| HSV(B) | 323.08º | 0.21% | 0.95% | - |
| XYZ | 68.22 | 60.98 | 77.28 | - |
| YUV | 209.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 222 | 0 | 0.21 | 0.08 | 0.05 | 323.08 | 0.67 | 0.85 |
| Hex | F2 | BE | DE | 0 | 15 | 8 | 5 | 143 | 43 | 55 |
| Octal | 362 | 276 | 336 | 0 | 25 | 10 | 5 | 503 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11011110 | 0 | 10101 | 1000 | 101 | 101000011 | 1000011 | 1010101 |
Color Harmonies of #F2BEDE
Complementary color
Monochromatic Colors of #F2BEDE
Black with #F2BEDE
Text Example
Text Example
White with #F2BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEDE; }
p { color: rgb(242,190,222); }
H1.HeaderClassName
{
color: #F2BEDE;
}
.AnyTagClassName
{
color: #F2BEDE;
}
</style>
background-color css
<style>
a { background-color: #F2BEDE; }
a { background-color: rgb(242,190,222); }
div.DivClassName
{
background-color: #F2BEDE;
}
.BgClassName
{
background-color: #F2BEDE;
}
</style>
border-color css
<style>
span { border-color: #F2BEDE; }
span { border-color: rgb(242,190,222); }
td.TdClassName
{
border-color: #F2BEDE;
}
.TagClassName
{
border-color: #F2BEDE;
}
</style>