Shades of Classic Rose #F1BDDA
Tints of Classic Rose #F1BDDA
RGB
CMYK
RGB Variations
Color information
#F1BDDA (or 0xF1BDDA) is known color: Classic Rose. HEX triplet: F1, BD and DA. RGB value is (241,189,218). Sum of RGB (Red+Green+Blue) = 241+189+218=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDDA is #0E4225. Grayscale: #CFCFCF. Windows color (decimal): -934438 or 14335473. OLE color: 14335473.
HSL color Cylindrical-coordinate representation of color #F1BDDA: hue angle of 326.54º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BDDA is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 218 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.05 |
| HSL | 326.54º | 0.65% | 0.84% | - |
| HSV(B) | 326.54º | 0.22% | 0.95% | - |
| XYZ | 67.13 | 60.16 | 74.4 | - |
| YUV | 207.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 218 | 0 | 0.22 | 0.10 | 0.05 | 326.54 | 0.65 | 0.84 |
| Hex | F1 | BD | DA | 0 | 16 | A | 5 | 147 | 41 | 54 |
| Octal | 361 | 275 | 332 | 0 | 26 | 12 | 5 | 507 | 101 | 124 |
| Binary | 11110001 | 10111101 | 11011010 | 0 | 10110 | 1010 | 101 | 101000111 | 1000001 | 1010100 |
Color Harmonies of #F1BDDA
Complementary color
Monochromatic Colors of #F1BDDA
Black with #F1BDDA
Text Example
Text Example
White with #F1BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BDDA; }
p { color: rgb(241,189,218); }
H1.HeaderClassName
{
color: #F1BDDA;
}
.AnyTagClassName
{
color: #F1BDDA;
}
</style>
background-color css
<style>
a { background-color: #F1BDDA; }
a { background-color: rgb(241,189,218); }
div.DivClassName
{
background-color: #F1BDDA;
}
.BgClassName
{
background-color: #F1BDDA;
}
</style>
border-color css
<style>
span { border-color: #F1BDDA; }
span { border-color: rgb(241,189,218); }
td.TdClassName
{
border-color: #F1BDDA;
}
.TagClassName
{
border-color: #F1BDDA;
}
</style>