Shades of Classic Rose #F3BEDF
Tints of Classic Rose #F3BEDF
RGB
CMYK
RGB Variations
Color information
#F3BEDF (or 0xF3BEDF) is known color: Classic Rose. HEX triplet: F3, BE and DF. RGB value is (243,190,223). Sum of RGB (Red+Green+Blue) = 243+190+223=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BEDF is #0C4120. Grayscale: #D1D1D1. Windows color (decimal): -803105 or 14663411. OLE color: 14663411.
HSL color Cylindrical-coordinate representation of color #F3BEDF: hue angle of 322.64º 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 #F3BEDF is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 190 | 223 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.05 |
| HSL | 322.64º | 0.69% | 0.85% | - |
| HSV(B) | 322.64º | 0.22% | 0.95% | - |
| XYZ | 68.69 | 61.21 | 78.01 | - |
| YUV | 209.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 190 | 223 | 0 | 0.22 | 0.08 | 0.05 | 322.64 | 0.69 | 0.85 |
| Hex | F3 | BE | DF | 0 | 16 | 8 | 5 | 143 | 45 | 55 |
| Octal | 363 | 276 | 337 | 0 | 26 | 10 | 5 | 503 | 105 | 125 |
| Binary | 11110011 | 10111110 | 11011111 | 0 | 10110 | 1000 | 101 | 101000011 | 1000101 | 1010101 |
Color Harmonies of #F3BEDF
Complementary color
Monochromatic Colors of #F3BEDF
Black with #F3BEDF
Text Example
Text Example
White with #F3BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BEDF; }
p { color: rgb(243,190,223); }
H1.HeaderClassName
{
color: #F3BEDF;
}
.AnyTagClassName
{
color: #F3BEDF;
}
</style>
background-color css
<style>
a { background-color: #F3BEDF; }
a { background-color: rgb(243,190,223); }
div.DivClassName
{
background-color: #F3BEDF;
}
.BgClassName
{
background-color: #F3BEDF;
}
</style>
border-color css
<style>
span { border-color: #F3BEDF; }
span { border-color: rgb(243,190,223); }
td.TdClassName
{
border-color: #F3BEDF;
}
.TagClassName
{
border-color: #F3BEDF;
}
</style>