Shades of Classic Rose #F2BDD8
Tints of Classic Rose #F2BDD8
RGB
CMYK
RGB Variations
Color information
#F2BDD8 (or 0xF2BDD8) is known color: Classic Rose. HEX triplet: F2, BD and D8. RGB value is (242,189,216). Sum of RGB (Red+Green+Blue) = 242+189+216=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDD8 is #0D4227. Grayscale: #CFCFCF. Windows color (decimal): -868904 or 14204402. OLE color: 14204402.
HSL color Cylindrical-coordinate representation of color #F2BDD8: hue angle of 329.43º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDD8 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 216 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.05 |
| HSL | 329.43º | 0.67% | 0.85% | - |
| HSV(B) | 329.43º | 0.22% | 0.95% | - |
| XYZ | 67.21 | 60.23 | 73.05 | - |
| YUV | 207.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 216 | 0 | 0.22 | 0.11 | 0.05 | 329.43 | 0.67 | 0.85 |
| Hex | F2 | BD | D8 | 0 | 16 | B | 5 | 149 | 43 | 55 |
| Octal | 362 | 275 | 330 | 0 | 26 | 13 | 5 | 511 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11011000 | 0 | 10110 | 1011 | 101 | 101001001 | 1000011 | 1010101 |
Color Harmonies of #F2BDD8
Complementary color
Monochromatic Colors of #F2BDD8
Black with #F2BDD8
Text Example
Text Example
White with #F2BDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDD8; }
p { color: rgb(242,189,216); }
H1.HeaderClassName
{
color: #F2BDD8;
}
.AnyTagClassName
{
color: #F2BDD8;
}
</style>
background-color css
<style>
a { background-color: #F2BDD8; }
a { background-color: rgb(242,189,216); }
div.DivClassName
{
background-color: #F2BDD8;
}
.BgClassName
{
background-color: #F2BDD8;
}
</style>
border-color css
<style>
span { border-color: #F2BDD8; }
span { border-color: rgb(242,189,216); }
td.TdClassName
{
border-color: #F2BDD8;
}
.TagClassName
{
border-color: #F2BDD8;
}
</style>