Shades of Classic Rose #F2BDD3
Tints of Classic Rose #F2BDD3
RGB
CMYK
RGB Variations
Color information
#F2BDD3 (or 0xF2BDD3) is known color: Classic Rose. HEX triplet: F2, BD and D3. RGB value is (242,189,211). Sum of RGB (Red+Green+Blue) = 242+189+211=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDD3 is #0D422C. Grayscale: #CFCFCF. Windows color (decimal): -868909 or 13876722. OLE color: 13876722.
HSL color Cylindrical-coordinate representation of color #F2BDD3: hue angle of 335.09º 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 #F2BDD3 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 211 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.05 |
| HSL | 335.09º | 0.67% | 0.85% | - |
| HSV(B) | 335.09º | 0.22% | 0.95% | - |
| XYZ | 66.57 | 59.98 | 69.7 | - |
| YUV | 207.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 211 | 0 | 0.22 | 0.13 | 0.05 | 335.09 | 0.67 | 0.85 |
| Hex | F2 | BD | D3 | 0 | 16 | D | 5 | 14F | 43 | 55 |
| Octal | 362 | 275 | 323 | 0 | 26 | 15 | 5 | 517 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11010011 | 0 | 10110 | 1101 | 101 | 101001111 | 1000011 | 1010101 |
Color Harmonies of #F2BDD3
Complementary color
Monochromatic Colors of #F2BDD3
Black with #F2BDD3
Text Example
Text Example
White with #F2BDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDD3; }
p { color: rgb(242,189,211); }
H1.HeaderClassName
{
color: #F2BDD3;
}
.AnyTagClassName
{
color: #F2BDD3;
}
</style>
background-color css
<style>
a { background-color: #F2BDD3; }
a { background-color: rgb(242,189,211); }
div.DivClassName
{
background-color: #F2BDD3;
}
.BgClassName
{
background-color: #F2BDD3;
}
</style>
border-color css
<style>
span { border-color: #F2BDD3; }
span { border-color: rgb(242,189,211); }
td.TdClassName
{
border-color: #F2BDD3;
}
.TagClassName
{
border-color: #F2BDD3;
}
</style>