Shades of Classic Rose #F2BFD3
Tints of Classic Rose #F2BFD3
RGB
CMYK
RGB Variations
Color information
#F2BFD3 (or 0xF2BFD3) is known color: Classic Rose. HEX triplet: F2, BF and D3. RGB value is (242,191,211). Sum of RGB (Red+Green+Blue) = 242+191+211=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFD3 is #0D402C. Grayscale: #D0D0D0. Windows color (decimal): -868397 or 13877234. OLE color: 13877234.
HSL color Cylindrical-coordinate representation of color #F2BFD3: hue angle of 336.47º 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 #F2BFD3 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 211 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.05 |
| HSL | 336.47º | 0.66% | 0.85% | - |
| HSV(B) | 336.47º | 0.21% | 0.95% | - |
| XYZ | 67.01 | 60.84 | 69.84 | - |
| YUV | 208.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 211 | 0 | 0.21 | 0.13 | 0.05 | 336.47 | 0.66 | 0.85 |
| Hex | F2 | BF | D3 | 0 | 15 | D | 5 | 150 | 42 | 55 |
| Octal | 362 | 277 | 323 | 0 | 25 | 15 | 5 | 520 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11010011 | 0 | 10101 | 1101 | 101 | 101010000 | 1000010 | 1010101 |
Color Harmonies of #F2BFD3
Complementary color
Monochromatic Colors of #F2BFD3
Black with #F2BFD3
Text Example
Text Example
White with #F2BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFD3; }
p { color: rgb(242,191,211); }
H1.HeaderClassName
{
color: #F2BFD3;
}
.AnyTagClassName
{
color: #F2BFD3;
}
</style>
background-color css
<style>
a { background-color: #F2BFD3; }
a { background-color: rgb(242,191,211); }
div.DivClassName
{
background-color: #F2BFD3;
}
.BgClassName
{
background-color: #F2BFD3;
}
</style>
border-color css
<style>
span { border-color: #F2BFD3; }
span { border-color: rgb(242,191,211); }
td.TdClassName
{
border-color: #F2BFD3;
}
.TagClassName
{
border-color: #F2BFD3;
}
</style>