Shades of Classic Rose #F1BED3
Tints of Classic Rose #F1BED3
RGB
CMYK
RGB Variations
Color information
#F1BED3 (or 0xF1BED3) is known color: Classic Rose. HEX triplet: F1, BE and D3. RGB value is (241,190,211). Sum of RGB (Red+Green+Blue) = 241+190+211=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BED3 is #0E412C. Grayscale: #CFCFCF. Windows color (decimal): -934189 or 13876977. OLE color: 13876977.
HSL color Cylindrical-coordinate representation of color #F1BED3: hue angle of 335.29º 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 #F1BED3 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 211 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.05 |
| HSL | 335.29º | 0.65% | 0.85% | - |
| HSV(B) | 335.29º | 0.21% | 0.95% | - |
| XYZ | 66.45 | 60.23 | 69.75 | - |
| YUV | 207.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 211 | 0 | 0.21 | 0.12 | 0.05 | 335.29 | 0.65 | 0.85 |
| Hex | F1 | BE | D3 | 0 | 15 | C | 5 | 14F | 41 | 55 |
| Octal | 361 | 276 | 323 | 0 | 25 | 14 | 5 | 517 | 101 | 125 |
| Binary | 11110001 | 10111110 | 11010011 | 0 | 10101 | 1100 | 101 | 101001111 | 1000001 | 1010101 |
Color Harmonies of #F1BED3
Complementary color
Monochromatic Colors of #F1BED3
Black with #F1BED3
Text Example
Text Example
White with #F1BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BED3; }
p { color: rgb(241,190,211); }
H1.HeaderClassName
{
color: #F1BED3;
}
.AnyTagClassName
{
color: #F1BED3;
}
</style>
background-color css
<style>
a { background-color: #F1BED3; }
a { background-color: rgb(241,190,211); }
div.DivClassName
{
background-color: #F1BED3;
}
.BgClassName
{
background-color: #F1BED3;
}
</style>
border-color css
<style>
span { border-color: #F1BED3; }
span { border-color: rgb(241,190,211); }
td.TdClassName
{
border-color: #F1BED3;
}
.TagClassName
{
border-color: #F1BED3;
}
</style>