Shades of Classic Rose #F1BEDA
Tints of Classic Rose #F1BEDA
RGB
CMYK
RGB Variations
Color information
#F1BEDA (or 0xF1BEDA) is known color: Classic Rose. HEX triplet: F1, BE and DA. RGB value is (241,190,218). Sum of RGB (Red+Green+Blue) = 241+190+218=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEDA is #0E4125. Grayscale: #D0D0D0. Windows color (decimal): -934182 or 14335729. OLE color: 14335729.
HSL color Cylindrical-coordinate representation of color #F1BEDA: hue angle of 327.06º 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 #F1BEDA is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 218 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.05 |
| HSL | 327.06º | 0.65% | 0.85% | - |
| HSV(B) | 327.06º | 0.21% | 0.95% | - |
| XYZ | 67.34 | 60.59 | 74.48 | - |
| YUV | 208.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 218 | 0 | 0.21 | 0.10 | 0.05 | 327.06 | 0.65 | 0.85 |
| Hex | F1 | BE | DA | 0 | 15 | A | 5 | 147 | 41 | 55 |
| Octal | 361 | 276 | 332 | 0 | 25 | 12 | 5 | 507 | 101 | 125 |
| Binary | 11110001 | 10111110 | 11011010 | 0 | 10101 | 1010 | 101 | 101000111 | 1000001 | 1010101 |
Color Harmonies of #F1BEDA
Complementary color
Monochromatic Colors of #F1BEDA
Black with #F1BEDA
Text Example
Text Example
White with #F1BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEDA; }
p { color: rgb(241,190,218); }
H1.HeaderClassName
{
color: #F1BEDA;
}
.AnyTagClassName
{
color: #F1BEDA;
}
</style>
background-color css
<style>
a { background-color: #F1BEDA; }
a { background-color: rgb(241,190,218); }
div.DivClassName
{
background-color: #F1BEDA;
}
.BgClassName
{
background-color: #F1BEDA;
}
</style>
border-color css
<style>
span { border-color: #F1BEDA; }
span { border-color: rgb(241,190,218); }
td.TdClassName
{
border-color: #F1BEDA;
}
.TagClassName
{
border-color: #F1BEDA;
}
</style>