Shades of Classic Rose #F2BFE3
Tints of Classic Rose #F2BFE3
RGB
CMYK
RGB Variations
Color information
#F2BFE3 (or 0xF2BFE3) is known color: Classic Rose. HEX triplet: F2, BF and E3. RGB value is (242,191,227). Sum of RGB (Red+Green+Blue) = 242+191+227=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 227 (89.06% from 255 or 34.39% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFE3 is #0D401C. Grayscale: #D2D2D2. Windows color (decimal): -868381 or 14925810. OLE color: 14925810.
HSL color Cylindrical-coordinate representation of color #F2BFE3: hue angle of 317.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 #F2BFE3 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 227 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.05 |
| HSL | 317.65º | 0.66% | 0.85% | - |
| HSV(B) | 317.65º | 0.21% | 0.95% | - |
| XYZ | 69.11 | 61.68 | 80.94 | - |
| YUV | 210.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 227 | 0 | 0.21 | 0.06 | 0.05 | 317.65 | 0.66 | 0.85 |
| Hex | F2 | BF | E3 | 0 | 15 | 6 | 5 | 13E | 42 | 55 |
| Octal | 362 | 277 | 343 | 0 | 25 | 6 | 5 | 476 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11100011 | 0 | 10101 | 110 | 101 | 100111110 | 1000010 | 1010101 |
Color Harmonies of #F2BFE3
Complementary color
Monochromatic Colors of #F2BFE3
Black with #F2BFE3
Text Example
Text Example
White with #F2BFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFE3; }
p { color: rgb(242,191,227); }
H1.HeaderClassName
{
color: #F2BFE3;
}
.AnyTagClassName
{
color: #F2BFE3;
}
</style>
background-color css
<style>
a { background-color: #F2BFE3; }
a { background-color: rgb(242,191,227); }
div.DivClassName
{
background-color: #F2BFE3;
}
.BgClassName
{
background-color: #F2BFE3;
}
</style>
border-color css
<style>
span { border-color: #F2BFE3; }
span { border-color: rgb(242,191,227); }
td.TdClassName
{
border-color: #F2BFE3;
}
.TagClassName
{
border-color: #F2BFE3;
}
</style>