Shades of Classic Rose #F6BFE1
Tints of Classic Rose #F6BFE1
RGB
CMYK
RGB Variations
Color information
#F6BFE1 (or 0xF6BFE1) is known color: Classic Rose. HEX triplet: F6, BF and E1. RGB value is (246,191,225). Sum of RGB (Red+Green+Blue) = 246+191+225=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFE1 is #09401E. Grayscale: #D3D3D3. Windows color (decimal): -606239 or 14794742. OLE color: 14794742.
HSL color Cylindrical-coordinate representation of color #F6BFE1: hue angle of 322.91º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6BFE1 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 225 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.04 |
| HSL | 322.91º | 0.75% | 0.86% | - |
| HSV(B) | 322.91º | 0.22% | 0.96% | - |
| XYZ | 70.23 | 62.29 | 79.56 | - |
| YUV | 211.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 225 | 0 | 0.22 | 0.09 | 0.04 | 322.91 | 0.75 | 0.86 |
| Hex | F6 | BF | E1 | 0 | 16 | 9 | 4 | 143 | 4B | 56 |
| Octal | 366 | 277 | 341 | 0 | 26 | 11 | 4 | 503 | 113 | 126 |
| Binary | 11110110 | 10111111 | 11100001 | 0 | 10110 | 1001 | 100 | 101000011 | 1001011 | 1010110 |
Color Harmonies of #F6BFE1
Complementary color
Monochromatic Colors of #F6BFE1
Black with #F6BFE1
Text Example
Text Example
White with #F6BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BFE1; }
p { color: rgb(246,191,225); }
H1.HeaderClassName
{
color: #F6BFE1;
}
.AnyTagClassName
{
color: #F6BFE1;
}
</style>
background-color css
<style>
a { background-color: #F6BFE1; }
a { background-color: rgb(246,191,225); }
div.DivClassName
{
background-color: #F6BFE1;
}
.BgClassName
{
background-color: #F6BFE1;
}
</style>
border-color css
<style>
span { border-color: #F6BFE1; }
span { border-color: rgb(246,191,225); }
td.TdClassName
{
border-color: #F6BFE1;
}
.TagClassName
{
border-color: #F6BFE1;
}
</style>