Shades of Classic Rose #F3BDE3
Tints of Classic Rose #F3BDE3
RGB
CMYK
RGB Variations
Color information
#F3BDE3 (or 0xF3BDE3) is known color: Classic Rose. HEX triplet: F3, BD and E3. RGB value is (243,189,227). Sum of RGB (Red+Green+Blue) = 243+189+227=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDE3 is #0C421C. Grayscale: #D1D1D1. Windows color (decimal): -803357 or 14925299. OLE color: 14925299.
HSL color Cylindrical-coordinate representation of color #F3BDE3: hue angle of 317.78º 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 #F3BDE3 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 227 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.05 |
| HSL | 317.78º | 0.69% | 0.85% | - |
| HSV(B) | 317.78º | 0.22% | 0.95% | - |
| XYZ | 69.02 | 61 | 80.81 | - |
| YUV | 209.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 227 | 0 | 0.22 | 0.07 | 0.05 | 317.78 | 0.69 | 0.85 |
| Hex | F3 | BD | E3 | 0 | 16 | 7 | 5 | 13E | 45 | 55 |
| Octal | 363 | 275 | 343 | 0 | 26 | 7 | 5 | 476 | 105 | 125 |
| Binary | 11110011 | 10111101 | 11100011 | 0 | 10110 | 111 | 101 | 100111110 | 1000101 | 1010101 |
Color Harmonies of #F3BDE3
Complementary color
Monochromatic Colors of #F3BDE3
Black with #F3BDE3
Text Example
Text Example
White with #F3BDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDE3; }
p { color: rgb(243,189,227); }
H1.HeaderClassName
{
color: #F3BDE3;
}
.AnyTagClassName
{
color: #F3BDE3;
}
</style>
background-color css
<style>
a { background-color: #F3BDE3; }
a { background-color: rgb(243,189,227); }
div.DivClassName
{
background-color: #F3BDE3;
}
.BgClassName
{
background-color: #F3BDE3;
}
</style>
border-color css
<style>
span { border-color: #F3BDE3; }
span { border-color: rgb(243,189,227); }
td.TdClassName
{
border-color: #F3BDE3;
}
.TagClassName
{
border-color: #F3BDE3;
}
</style>