Shades of Classic Rose #F2BEDC
Tints of Classic Rose #F2BEDC
RGB
CMYK
RGB Variations
Color information
#F2BEDC (or 0xF2BEDC) is known color: Classic Rose. HEX triplet: F2, BE and DC. RGB value is (242,190,220). Sum of RGB (Red+Green+Blue) = 242+190+220=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEDC is #0D4123. Grayscale: #D0D0D0. Windows color (decimal): -868644 or 14466802. OLE color: 14466802.
HSL color Cylindrical-coordinate representation of color #F2BEDC: hue angle of 325.38º 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 #F2BEDC is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 220 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.05 |
| HSL | 325.38º | 0.67% | 0.85% | - |
| HSV(B) | 325.38º | 0.21% | 0.95% | - |
| XYZ | 67.95 | 60.87 | 75.88 | - |
| YUV | 208.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 220 | 0 | 0.21 | 0.09 | 0.05 | 325.38 | 0.67 | 0.85 |
| Hex | F2 | BE | DC | 0 | 15 | 9 | 5 | 145 | 43 | 55 |
| Octal | 362 | 276 | 334 | 0 | 25 | 11 | 5 | 505 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11011100 | 0 | 10101 | 1001 | 101 | 101000101 | 1000011 | 1010101 |
Color Harmonies of #F2BEDC
Complementary color
Monochromatic Colors of #F2BEDC
Black with #F2BEDC
Text Example
Text Example
White with #F2BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEDC; }
p { color: rgb(242,190,220); }
H1.HeaderClassName
{
color: #F2BEDC;
}
.AnyTagClassName
{
color: #F2BEDC;
}
</style>
background-color css
<style>
a { background-color: #F2BEDC; }
a { background-color: rgb(242,190,220); }
div.DivClassName
{
background-color: #F2BEDC;
}
.BgClassName
{
background-color: #F2BEDC;
}
</style>
border-color css
<style>
span { border-color: #F2BEDC; }
span { border-color: rgb(242,190,220); }
td.TdClassName
{
border-color: #F2BEDC;
}
.TagClassName
{
border-color: #F2BEDC;
}
</style>