Shades of Classic Rose #F3BEDB
Tints of Classic Rose #F3BEDB
RGB
CMYK
RGB Variations
Color information
#F3BEDB (or 0xF3BEDB) is known color: Classic Rose. HEX triplet: F3, BE and DB. RGB value is (243,190,219). Sum of RGB (Red+Green+Blue) = 243+190+219=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BEDB is #0C4124. Grayscale: #D1D1D1. Windows color (decimal): -803109 or 14401267. OLE color: 14401267.
HSL color Cylindrical-coordinate representation of color #F3BEDB: hue angle of 327.17º 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 #F3BEDB is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 190 | 219 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.05 |
| HSL | 327.17º | 0.69% | 0.85% | - |
| HSV(B) | 327.17º | 0.22% | 0.95% | - |
| XYZ | 68.16 | 61 | 75.2 | - |
| YUV | 209.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 190 | 219 | 0 | 0.22 | 0.10 | 0.05 | 327.17 | 0.69 | 0.85 |
| Hex | F3 | BE | DB | 0 | 16 | A | 5 | 147 | 45 | 55 |
| Octal | 363 | 276 | 333 | 0 | 26 | 12 | 5 | 507 | 105 | 125 |
| Binary | 11110011 | 10111110 | 11011011 | 0 | 10110 | 1010 | 101 | 101000111 | 1000101 | 1010101 |
Color Harmonies of #F3BEDB
Complementary color
Monochromatic Colors of #F3BEDB
Black with #F3BEDB
Text Example
Text Example
White with #F3BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BEDB; }
p { color: rgb(243,190,219); }
H1.HeaderClassName
{
color: #F3BEDB;
}
.AnyTagClassName
{
color: #F3BEDB;
}
</style>
background-color css
<style>
a { background-color: #F3BEDB; }
a { background-color: rgb(243,190,219); }
div.DivClassName
{
background-color: #F3BEDB;
}
.BgClassName
{
background-color: #F3BEDB;
}
</style>
border-color css
<style>
span { border-color: #F3BEDB; }
span { border-color: rgb(243,190,219); }
td.TdClassName
{
border-color: #F3BEDB;
}
.TagClassName
{
border-color: #F3BEDB;
}
</style>