Shades of Classic Rose #F2BFD2
Tints of Classic Rose #F2BFD2
RGB
CMYK
RGB Variations
Color information
#F2BFD2 (or 0xF2BFD2) is known color: Classic Rose. HEX triplet: F2, BF and D2. RGB value is (242,191,210). Sum of RGB (Red+Green+Blue) = 242+191+210=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFD2 is #0D402D. Grayscale: #D0D0D0. Windows color (decimal): -868398 or 13811698. OLE color: 13811698.
HSL color Cylindrical-coordinate representation of color #F2BFD2: hue angle of 337.65º degrees, saturation: 0.66, 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 #F2BFD2 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 210 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.05 |
| HSL | 337.65º | 0.66% | 0.85% | - |
| HSV(B) | 337.65º | 0.21% | 0.95% | - |
| XYZ | 66.88 | 60.79 | 69.18 | - |
| YUV | 208.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 210 | 0 | 0.21 | 0.13 | 0.05 | 337.65 | 0.66 | 0.85 |
| Hex | F2 | BF | D2 | 0 | 15 | D | 5 | 152 | 42 | 55 |
| Octal | 362 | 277 | 322 | 0 | 25 | 15 | 5 | 522 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11010010 | 0 | 10101 | 1101 | 101 | 101010010 | 1000010 | 1010101 |
Color Harmonies of #F2BFD2
Complementary color
Monochromatic Colors of #F2BFD2
Black with #F2BFD2
Text Example
Text Example
White with #F2BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFD2; }
p { color: rgb(242,191,210); }
H1.HeaderClassName
{
color: #F2BFD2;
}
.AnyTagClassName
{
color: #F2BFD2;
}
</style>
background-color css
<style>
a { background-color: #F2BFD2; }
a { background-color: rgb(242,191,210); }
div.DivClassName
{
background-color: #F2BFD2;
}
.BgClassName
{
background-color: #F2BFD2;
}
</style>
border-color css
<style>
span { border-color: #F2BFD2; }
span { border-color: rgb(242,191,210); }
td.TdClassName
{
border-color: #F2BFD2;
}
.TagClassName
{
border-color: #F2BFD2;
}
</style>