Shades of Classic Rose #F3BEE1
Tints of Classic Rose #F3BEE1
RGB
CMYK
RGB Variations
Color information
#F3BEE1 (or 0xF3BEE1) is known color: Classic Rose. HEX triplet: F3, BE and E1. RGB value is (243,190,225). Sum of RGB (Red+Green+Blue) = 243+190+225=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BEE1 is #0C411E. Grayscale: #D1D1D1. Windows color (decimal): -803103 or 14794483. OLE color: 14794483.
HSL color Cylindrical-coordinate representation of color #F3BEE1: hue angle of 320.38º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BEE1 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 190 | 225 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.05 |
| HSL | 320.38º | 0.69% | 0.85% | - |
| HSV(B) | 320.38º | 0.22% | 0.95% | - |
| XYZ | 68.97 | 61.32 | 79.43 | - |
| YUV | 209.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 190 | 225 | 0 | 0.22 | 0.07 | 0.05 | 320.38 | 0.69 | 0.85 |
| Hex | F3 | BE | E1 | 0 | 16 | 7 | 5 | 140 | 45 | 55 |
| Octal | 363 | 276 | 341 | 0 | 26 | 7 | 5 | 500 | 105 | 125 |
| Binary | 11110011 | 10111110 | 11100001 | 0 | 10110 | 111 | 101 | 101000000 | 1000101 | 1010101 |
Color Harmonies of #F3BEE1
Complementary color
Monochromatic Colors of #F3BEE1
Black with #F3BEE1
Text Example
Text Example
White with #F3BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BEE1; }
p { color: rgb(243,190,225); }
H1.HeaderClassName
{
color: #F3BEE1;
}
.AnyTagClassName
{
color: #F3BEE1;
}
</style>
background-color css
<style>
a { background-color: #F3BEE1; }
a { background-color: rgb(243,190,225); }
div.DivClassName
{
background-color: #F3BEE1;
}
.BgClassName
{
background-color: #F3BEE1;
}
</style>
border-color css
<style>
span { border-color: #F3BEE1; }
span { border-color: rgb(243,190,225); }
td.TdClassName
{
border-color: #F3BEE1;
}
.TagClassName
{
border-color: #F3BEE1;
}
</style>