Shades of Classic Rose #F2BEDD
Tints of Classic Rose #F2BEDD
RGB
CMYK
RGB Variations
Color information
#F2BEDD (or 0xF2BEDD) is known color: Classic Rose. HEX triplet: F2, BE and DD. RGB value is (242,190,221). Sum of RGB (Red+Green+Blue) = 242+190+221=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEDD is #0D4122. Grayscale: #D1D1D1. Windows color (decimal): -868643 or 14532338. OLE color: 14532338.
HSL color Cylindrical-coordinate representation of color #F2BEDD: hue angle of 324.23º 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 #F2BEDD is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 221 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.05 |
| HSL | 324.23º | 0.67% | 0.85% | - |
| HSV(B) | 324.23º | 0.21% | 0.95% | - |
| XYZ | 68.08 | 60.92 | 76.58 | - |
| YUV | 209.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 221 | 0 | 0.21 | 0.09 | 0.05 | 324.23 | 0.67 | 0.85 |
| Hex | F2 | BE | DD | 0 | 15 | 9 | 5 | 144 | 43 | 55 |
| Octal | 362 | 276 | 335 | 0 | 25 | 11 | 5 | 504 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11011101 | 0 | 10101 | 1001 | 101 | 101000100 | 1000011 | 1010101 |
Color Harmonies of #F2BEDD
Complementary color
Monochromatic Colors of #F2BEDD
Black with #F2BEDD
Text Example
Text Example
White with #F2BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEDD; }
p { color: rgb(242,190,221); }
H1.HeaderClassName
{
color: #F2BEDD;
}
.AnyTagClassName
{
color: #F2BEDD;
}
</style>
background-color css
<style>
a { background-color: #F2BEDD; }
a { background-color: rgb(242,190,221); }
div.DivClassName
{
background-color: #F2BEDD;
}
.BgClassName
{
background-color: #F2BEDD;
}
</style>
border-color css
<style>
span { border-color: #F2BEDD; }
span { border-color: rgb(242,190,221); }
td.TdClassName
{
border-color: #F2BEDD;
}
.TagClassName
{
border-color: #F2BEDD;
}
</style>