Shades of Classic Rose #F3BEDA
Tints of Classic Rose #F3BEDA
RGB
CMYK
RGB Variations
Color information
#F3BEDA (or 0xF3BEDA) is known color: Classic Rose. HEX triplet: F3, BE and DA. RGB value is (243,190,218). Sum of RGB (Red+Green+Blue) = 243+190+218=651 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.33% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BEDA is #0C4125. Grayscale: #D0D0D0. Windows color (decimal): -803110 or 14335731. OLE color: 14335731.
HSL color Cylindrical-coordinate representation of color #F3BEDA: hue angle of 328.3º 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 #F3BEDA is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 190 | 218 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.05 |
| HSL | 328.3º | 0.69% | 0.85% | - |
| HSV(B) | 328.3º | 0.22% | 0.95% | - |
| XYZ | 68.03 | 60.94 | 74.51 | - |
| YUV | 209.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 190 | 218 | 0 | 0.22 | 0.10 | 0.05 | 328.3 | 0.69 | 0.85 |
| Hex | F3 | BE | DA | 0 | 16 | A | 5 | 148 | 45 | 55 |
| Octal | 363 | 276 | 332 | 0 | 26 | 12 | 5 | 510 | 105 | 125 |
| Binary | 11110011 | 10111110 | 11011010 | 0 | 10110 | 1010 | 101 | 101001000 | 1000101 | 1010101 |
Color Harmonies of #F3BEDA
Complementary color
Monochromatic Colors of #F3BEDA
Black with #F3BEDA
Text Example
Text Example
White with #F3BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BEDA; }
p { color: rgb(243,190,218); }
H1.HeaderClassName
{
color: #F3BEDA;
}
.AnyTagClassName
{
color: #F3BEDA;
}
</style>
background-color css
<style>
a { background-color: #F3BEDA; }
a { background-color: rgb(243,190,218); }
div.DivClassName
{
background-color: #F3BEDA;
}
.BgClassName
{
background-color: #F3BEDA;
}
</style>
border-color css
<style>
span { border-color: #F3BEDA; }
span { border-color: rgb(243,190,218); }
td.TdClassName
{
border-color: #F3BEDA;
}
.TagClassName
{
border-color: #F3BEDA;
}
</style>