Shades of Classic Rose #F1BDDC
Tints of Classic Rose #F1BDDC
RGB
CMYK
RGB Variations
Color information
#F1BDDC (or 0xF1BDDC) is known color: Classic Rose. HEX triplet: F1, BD and DC. RGB value is (241,189,220). Sum of RGB (Red+Green+Blue) = 241+189+220=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDDC is #0E4223. Grayscale: #D0D0D0. Windows color (decimal): -934436 or 14466545. OLE color: 14466545.
HSL color Cylindrical-coordinate representation of color #F1BDDC: hue angle of 324.23º 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 #F1BDDC is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 220 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.05 |
| HSL | 324.23º | 0.65% | 0.84% | - |
| HSV(B) | 324.23º | 0.22% | 0.95% | - |
| XYZ | 67.39 | 60.26 | 75.79 | - |
| YUV | 208.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 220 | 0 | 0.22 | 0.09 | 0.05 | 324.23 | 0.65 | 0.84 |
| Hex | F1 | BD | DC | 0 | 16 | 9 | 5 | 144 | 41 | 54 |
| Octal | 361 | 275 | 334 | 0 | 26 | 11 | 5 | 504 | 101 | 124 |
| Binary | 11110001 | 10111101 | 11011100 | 0 | 10110 | 1001 | 101 | 101000100 | 1000001 | 1010100 |
Color Harmonies of #F1BDDC
Complementary color
Monochromatic Colors of #F1BDDC
Black with #F1BDDC
Text Example
Text Example
White with #F1BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BDDC; }
p { color: rgb(241,189,220); }
H1.HeaderClassName
{
color: #F1BDDC;
}
.AnyTagClassName
{
color: #F1BDDC;
}
</style>
background-color css
<style>
a { background-color: #F1BDDC; }
a { background-color: rgb(241,189,220); }
div.DivClassName
{
background-color: #F1BDDC;
}
.BgClassName
{
background-color: #F1BDDC;
}
</style>
border-color css
<style>
span { border-color: #F1BDDC; }
span { border-color: rgb(241,189,220); }
td.TdClassName
{
border-color: #F1BDDC;
}
.TagClassName
{
border-color: #F1BDDC;
}
</style>