Shades of Classic Rose #F2BDDF
Tints of Classic Rose #F2BDDF
RGB
CMYK
RGB Variations
Color information
#F2BDDF (or 0xF2BDDF) is known color: Classic Rose. HEX triplet: F2, BD and DF. RGB value is (242,189,223). Sum of RGB (Red+Green+Blue) = 242+189+223=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDDF is #0D4220. Grayscale: #D0D0D0. Windows color (decimal): -868897 or 14663154. OLE color: 14663154.
HSL color Cylindrical-coordinate representation of color #F2BDDF: hue angle of 321.51º 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 #F2BDDF is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 223 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.05 |
| HSL | 321.51º | 0.67% | 0.85% | - |
| HSV(B) | 321.51º | 0.22% | 0.95% | - |
| XYZ | 68.13 | 60.6 | 77.92 | - |
| YUV | 208.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 223 | 0 | 0.22 | 0.08 | 0.05 | 321.51 | 0.67 | 0.85 |
| Hex | F2 | BD | DF | 0 | 16 | 8 | 5 | 142 | 43 | 55 |
| Octal | 362 | 275 | 337 | 0 | 26 | 10 | 5 | 502 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11011111 | 0 | 10110 | 1000 | 101 | 101000010 | 1000011 | 1010101 |
Color Harmonies of #F2BDDF
Complementary color
Monochromatic Colors of #F2BDDF
Black with #F2BDDF
Text Example
Text Example
White with #F2BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDDF; }
p { color: rgb(242,189,223); }
H1.HeaderClassName
{
color: #F2BDDF;
}
.AnyTagClassName
{
color: #F2BDDF;
}
</style>
background-color css
<style>
a { background-color: #F2BDDF; }
a { background-color: rgb(242,189,223); }
div.DivClassName
{
background-color: #F2BDDF;
}
.BgClassName
{
background-color: #F2BDDF;
}
</style>
border-color css
<style>
span { border-color: #F2BDDF; }
span { border-color: rgb(242,189,223); }
td.TdClassName
{
border-color: #F2BDDF;
}
.TagClassName
{
border-color: #F2BDDF;
}
</style>