Shades of Classic Rose #F1CBDF
Tints of Classic Rose #F1CBDF
RGB
CMYK
RGB Variations
Color information
#F1CBDF (or 0xF1CBDF) is known color: Classic Rose. HEX triplet: F1, CB and DF. RGB value is (241,203,223). Sum of RGB (Red+Green+Blue) = 241+203+223=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBDF is #0E3420. Grayscale: #D8D8D8. Windows color (decimal): -930849 or 14666737. OLE color: 14666737.
HSL color Cylindrical-coordinate representation of color #F1CBDF: hue angle of 328.42º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1CBDF is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 223 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.05 |
| HSL | 328.42º | 0.58% | 0.87% | - |
| HSV(B) | 328.42º | 0.16% | 0.95% | - |
| XYZ | 70.95 | 66.74 | 78.95 | - |
| YUV | 216.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 223 | 0 | 0.16 | 0.07 | 0.05 | 328.42 | 0.58 | 0.87 |
| Hex | F1 | CB | DF | 0 | 10 | 7 | 5 | 148 | 3A | 57 |
| Octal | 361 | 313 | 337 | 0 | 20 | 7 | 5 | 510 | 72 | 127 |
| Binary | 11110001 | 11001011 | 11011111 | 0 | 10000 | 111 | 101 | 101001000 | 111010 | 1010111 |
Color Harmonies of #F1CBDF
Complementary color
Monochromatic Colors of #F1CBDF
Black with #F1CBDF
Text Example
Text Example
White with #F1CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBDF; }
p { color: rgb(241,203,223); }
H1.HeaderClassName
{
color: #F1CBDF;
}
.AnyTagClassName
{
color: #F1CBDF;
}
</style>
background-color css
<style>
a { background-color: #F1CBDF; }
a { background-color: rgb(241,203,223); }
div.DivClassName
{
background-color: #F1CBDF;
}
.BgClassName
{
background-color: #F1CBDF;
}
</style>
border-color css
<style>
span { border-color: #F1CBDF; }
span { border-color: rgb(241,203,223); }
td.TdClassName
{
border-color: #F1CBDF;
}
.TagClassName
{
border-color: #F1CBDF;
}
</style>