Shades of Classic Rose #F3BDE0
Tints of Classic Rose #F3BDE0
RGB
CMYK
RGB Variations
Color information
#F3BDE0 (or 0xF3BDE0) is known color: Classic Rose. HEX triplet: F3, BD and E0. RGB value is (243,189,224). Sum of RGB (Red+Green+Blue) = 243+189+224=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDE0 is #0C421F. Grayscale: #D1D1D1. Windows color (decimal): -803360 or 14728691. OLE color: 14728691.
HSL color Cylindrical-coordinate representation of color #F3BDE0: hue angle of 321.11º 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 #F3BDE0 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 224 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.05 |
| HSL | 321.11º | 0.69% | 0.85% | - |
| HSV(B) | 321.11º | 0.22% | 0.95% | - |
| XYZ | 68.61 | 60.83 | 78.65 | - |
| YUV | 209.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 224 | 0 | 0.22 | 0.08 | 0.05 | 321.11 | 0.69 | 0.85 |
| Hex | F3 | BD | E0 | 0 | 16 | 8 | 5 | 141 | 45 | 55 |
| Octal | 363 | 275 | 340 | 0 | 26 | 10 | 5 | 501 | 105 | 125 |
| Binary | 11110011 | 10111101 | 11100000 | 0 | 10110 | 1000 | 101 | 101000001 | 1000101 | 1010101 |
Color Harmonies of #F3BDE0
Complementary color
Monochromatic Colors of #F3BDE0
Black with #F3BDE0
Text Example
Text Example
White with #F3BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDE0; }
p { color: rgb(243,189,224); }
H1.HeaderClassName
{
color: #F3BDE0;
}
.AnyTagClassName
{
color: #F3BDE0;
}
</style>
background-color css
<style>
a { background-color: #F3BDE0; }
a { background-color: rgb(243,189,224); }
div.DivClassName
{
background-color: #F3BDE0;
}
.BgClassName
{
background-color: #F3BDE0;
}
</style>
border-color css
<style>
span { border-color: #F3BDE0; }
span { border-color: rgb(243,189,224); }
td.TdClassName
{
border-color: #F3BDE0;
}
.TagClassName
{
border-color: #F3BDE0;
}
</style>