Shades of Classic Rose #F1BED6
Tints of Classic Rose #F1BED6
RGB
CMYK
RGB Variations
Color information
#F1BED6 (or 0xF1BED6) is known color: Classic Rose. HEX triplet: F1, BE and D6. RGB value is (241,190,214). Sum of RGB (Red+Green+Blue) = 241+190+214=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BED6 is #0E4129. Grayscale: #CFCFCF. Windows color (decimal): -934186 or 14073585. OLE color: 14073585.
HSL color Cylindrical-coordinate representation of color #F1BED6: hue angle of 331.76º degrees, saturation: 0.65, 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 #F1BED6 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 214 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.05 |
| HSL | 331.76º | 0.65% | 0.85% | - |
| HSV(B) | 331.76º | 0.21% | 0.95% | - |
| XYZ | 66.83 | 60.38 | 71.75 | - |
| YUV | 207.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 214 | 0 | 0.21 | 0.11 | 0.05 | 331.76 | 0.65 | 0.85 |
| Hex | F1 | BE | D6 | 0 | 15 | B | 5 | 14C | 41 | 55 |
| Octal | 361 | 276 | 326 | 0 | 25 | 13 | 5 | 514 | 101 | 125 |
| Binary | 11110001 | 10111110 | 11010110 | 0 | 10101 | 1011 | 101 | 101001100 | 1000001 | 1010101 |
Color Harmonies of #F1BED6
Complementary color
Monochromatic Colors of #F1BED6
Black with #F1BED6
Text Example
Text Example
White with #F1BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BED6; }
p { color: rgb(241,190,214); }
H1.HeaderClassName
{
color: #F1BED6;
}
.AnyTagClassName
{
color: #F1BED6;
}
</style>
background-color css
<style>
a { background-color: #F1BED6; }
a { background-color: rgb(241,190,214); }
div.DivClassName
{
background-color: #F1BED6;
}
.BgClassName
{
background-color: #F1BED6;
}
</style>
border-color css
<style>
span { border-color: #F1BED6; }
span { border-color: rgb(241,190,214); }
td.TdClassName
{
border-color: #F1BED6;
}
.TagClassName
{
border-color: #F1BED6;
}
</style>