Shades of Classic Rose #F2BFDB
Tints of Classic Rose #F2BFDB
RGB
CMYK
RGB Variations
Color information
#F2BFDB (or 0xF2BFDB) is known color: Classic Rose. HEX triplet: F2, BF and DB. RGB value is (242,191,219). Sum of RGB (Red+Green+Blue) = 242+191+219=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFDB is #0D4024. Grayscale: #D1D1D1. Windows color (decimal): -868389 or 14401522. OLE color: 14401522.
HSL color Cylindrical-coordinate representation of color #F2BFDB: hue angle of 327.06º 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 #F2BFDB is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 219 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.05 |
| HSL | 327.06º | 0.66% | 0.85% | - |
| HSV(B) | 327.06º | 0.21% | 0.95% | - |
| XYZ | 68.03 | 61.25 | 75.26 | - |
| YUV | 209.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 219 | 0 | 0.21 | 0.10 | 0.05 | 327.06 | 0.66 | 0.85 |
| Hex | F2 | BF | DB | 0 | 15 | A | 5 | 147 | 42 | 55 |
| Octal | 362 | 277 | 333 | 0 | 25 | 12 | 5 | 507 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11011011 | 0 | 10101 | 1010 | 101 | 101000111 | 1000010 | 1010101 |
Color Harmonies of #F2BFDB
Complementary color
Monochromatic Colors of #F2BFDB
Black with #F2BFDB
Text Example
Text Example
White with #F2BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFDB; }
p { color: rgb(242,191,219); }
H1.HeaderClassName
{
color: #F2BFDB;
}
.AnyTagClassName
{
color: #F2BFDB;
}
</style>
background-color css
<style>
a { background-color: #F2BFDB; }
a { background-color: rgb(242,191,219); }
div.DivClassName
{
background-color: #F2BFDB;
}
.BgClassName
{
background-color: #F2BFDB;
}
</style>
border-color css
<style>
span { border-color: #F2BFDB; }
span { border-color: rgb(242,191,219); }
td.TdClassName
{
border-color: #F2BFDB;
}
.TagClassName
{
border-color: #F2BFDB;
}
</style>