Shades of Classic Rose #F2BFE1
Tints of Classic Rose #F2BFE1
RGB
CMYK
RGB Variations
Color information
#F2BFE1 (or 0xF2BFE1) is known color: Classic Rose. HEX triplet: F2, BF and E1. RGB value is (242,191,225). Sum of RGB (Red+Green+Blue) = 242+191+225=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFE1 is #0D401E. Grayscale: #D2D2D2. Windows color (decimal): -868383 or 14794738. OLE color: 14794738.
HSL color Cylindrical-coordinate representation of color #F2BFE1: hue angle of 320º 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 #F2BFE1 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 225 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.05 |
| HSL | 320º | 0.66% | 0.85% | - |
| HSV(B) | 320º | 0.21% | 0.95% | - |
| XYZ | 68.84 | 61.58 | 79.49 | - |
| YUV | 210.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 225 | 0 | 0.21 | 0.07 | 0.05 | 320 | 0.66 | 0.85 |
| Hex | F2 | BF | E1 | 0 | 15 | 7 | 5 | 140 | 42 | 55 |
| Octal | 362 | 277 | 341 | 0 | 25 | 7 | 5 | 500 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11100001 | 0 | 10101 | 111 | 101 | 101000000 | 1000010 | 1010101 |
Color Harmonies of #F2BFE1
Complementary color
Monochromatic Colors of #F2BFE1
Black with #F2BFE1
Text Example
Text Example
White with #F2BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFE1; }
p { color: rgb(242,191,225); }
H1.HeaderClassName
{
color: #F2BFE1;
}
.AnyTagClassName
{
color: #F2BFE1;
}
</style>
background-color css
<style>
a { background-color: #F2BFE1; }
a { background-color: rgb(242,191,225); }
div.DivClassName
{
background-color: #F2BFE1;
}
.BgClassName
{
background-color: #F2BFE1;
}
</style>
border-color css
<style>
span { border-color: #F2BFE1; }
span { border-color: rgb(242,191,225); }
td.TdClassName
{
border-color: #F2BFE1;
}
.TagClassName
{
border-color: #F2BFE1;
}
</style>