Shades of Classic Rose #F1BDD5
Tints of Classic Rose #F1BDD5
RGB
CMYK
RGB Variations
Color information
#F1BDD5 (or 0xF1BDD5) is known color: Classic Rose. HEX triplet: F1, BD and D5. RGB value is (241,189,213). Sum of RGB (Red+Green+Blue) = 241+189+213=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDD5 is #0E422A. Grayscale: #CFCFCF. Windows color (decimal): -934443 or 14007793. OLE color: 14007793.
HSL color Cylindrical-coordinate representation of color #F1BDD5: hue angle of 332.31º 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 #F1BDD5 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 213 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.05 |
| HSL | 332.31º | 0.65% | 0.84% | - |
| HSV(B) | 332.31º | 0.22% | 0.95% | - |
| XYZ | 66.48 | 59.9 | 71.01 | - |
| YUV | 207.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 213 | 0 | 0.22 | 0.12 | 0.05 | 332.31 | 0.65 | 0.84 |
| Hex | F1 | BD | D5 | 0 | 16 | C | 5 | 14C | 41 | 54 |
| Octal | 361 | 275 | 325 | 0 | 26 | 14 | 5 | 514 | 101 | 124 |
| Binary | 11110001 | 10111101 | 11010101 | 0 | 10110 | 1100 | 101 | 101001100 | 1000001 | 1010100 |
Color Harmonies of #F1BDD5
Complementary color
Monochromatic Colors of #F1BDD5
Black with #F1BDD5
Text Example
Text Example
White with #F1BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BDD5; }
p { color: rgb(241,189,213); }
H1.HeaderClassName
{
color: #F1BDD5;
}
.AnyTagClassName
{
color: #F1BDD5;
}
</style>
background-color css
<style>
a { background-color: #F1BDD5; }
a { background-color: rgb(241,189,213); }
div.DivClassName
{
background-color: #F1BDD5;
}
.BgClassName
{
background-color: #F1BDD5;
}
</style>
border-color css
<style>
span { border-color: #F1BDD5; }
span { border-color: rgb(241,189,213); }
td.TdClassName
{
border-color: #F1BDD5;
}
.TagClassName
{
border-color: #F1BDD5;
}
</style>