Shades of Classic Rose #F2BFD5
Tints of Classic Rose #F2BFD5
RGB
CMYK
RGB Variations
Color information
#F2BFD5 (or 0xF2BFD5) is known color: Classic Rose. HEX triplet: F2, BF and D5. RGB value is (242,191,213). Sum of RGB (Red+Green+Blue) = 242+191+213=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFD5 is #0D402A. Grayscale: #D0D0D0. Windows color (decimal): -868395 or 14008306. OLE color: 14008306.
HSL color Cylindrical-coordinate representation of color #F2BFD5: hue angle of 334.12º 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 #F2BFD5 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 213 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.05 |
| HSL | 334.12º | 0.66% | 0.85% | - |
| HSV(B) | 334.12º | 0.21% | 0.95% | - |
| XYZ | 67.26 | 60.94 | 71.17 | - |
| YUV | 208.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 213 | 0 | 0.21 | 0.12 | 0.05 | 334.12 | 0.66 | 0.85 |
| Hex | F2 | BF | D5 | 0 | 15 | C | 5 | 14E | 42 | 55 |
| Octal | 362 | 277 | 325 | 0 | 25 | 14 | 5 | 516 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11010101 | 0 | 10101 | 1100 | 101 | 101001110 | 1000010 | 1010101 |
Color Harmonies of #F2BFD5
Complementary color
Monochromatic Colors of #F2BFD5
Black with #F2BFD5
Text Example
Text Example
White with #F2BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFD5; }
p { color: rgb(242,191,213); }
H1.HeaderClassName
{
color: #F2BFD5;
}
.AnyTagClassName
{
color: #F2BFD5;
}
</style>
background-color css
<style>
a { background-color: #F2BFD5; }
a { background-color: rgb(242,191,213); }
div.DivClassName
{
background-color: #F2BFD5;
}
.BgClassName
{
background-color: #F2BFD5;
}
</style>
border-color css
<style>
span { border-color: #F2BFD5; }
span { border-color: rgb(242,191,213); }
td.TdClassName
{
border-color: #F2BFD5;
}
.TagClassName
{
border-color: #F2BFD5;
}
</style>