Shades of Classic Rose #F2BDD6
Tints of Classic Rose #F2BDD6
RGB
CMYK
RGB Variations
Color information
#F2BDD6 (or 0xF2BDD6) is known color: Classic Rose. HEX triplet: F2, BD and D6. RGB value is (242,189,214). Sum of RGB (Red+Green+Blue) = 242+189+214=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDD6 is #0D4229. Grayscale: #CFCFCF. Windows color (decimal): -868906 or 14073330. OLE color: 14073330.
HSL color Cylindrical-coordinate representation of color #F2BDD6: hue angle of 331.7º 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 #F2BDD6 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 214 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.05 |
| HSL | 331.7º | 0.67% | 0.85% | - |
| HSV(B) | 331.7º | 0.22% | 0.95% | - |
| XYZ | 66.95 | 60.13 | 71.7 | - |
| YUV | 207.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 214 | 0 | 0.22 | 0.12 | 0.05 | 331.7 | 0.67 | 0.85 |
| Hex | F2 | BD | D6 | 0 | 16 | C | 5 | 14C | 43 | 55 |
| Octal | 362 | 275 | 326 | 0 | 26 | 14 | 5 | 514 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11010110 | 0 | 10110 | 1100 | 101 | 101001100 | 1000011 | 1010101 |
Color Harmonies of #F2BDD6
Complementary color
Monochromatic Colors of #F2BDD6
Black with #F2BDD6
Text Example
Text Example
White with #F2BDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDD6; }
p { color: rgb(242,189,214); }
H1.HeaderClassName
{
color: #F2BDD6;
}
.AnyTagClassName
{
color: #F2BDD6;
}
</style>
background-color css
<style>
a { background-color: #F2BDD6; }
a { background-color: rgb(242,189,214); }
div.DivClassName
{
background-color: #F2BDD6;
}
.BgClassName
{
background-color: #F2BDD6;
}
</style>
border-color css
<style>
span { border-color: #F2BDD6; }
span { border-color: rgb(242,189,214); }
td.TdClassName
{
border-color: #F2BDD6;
}
.TagClassName
{
border-color: #F2BDD6;
}
</style>