Shades of Classic Rose #F3BED3
Tints of Classic Rose #F3BED3
RGB
CMYK
RGB Variations
Color information
#F3BED3 (or 0xF3BED3) is known color: Classic Rose. HEX triplet: F3, BE and D3. RGB value is (243,190,211). Sum of RGB (Red+Green+Blue) = 243+190+211=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BED3 is #0C412C. Grayscale: #D0D0D0. Windows color (decimal): -803117 or 13876979. OLE color: 13876979.
HSL color Cylindrical-coordinate representation of color #F3BED3: hue angle of 336.23º 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 #F3BED3 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 190 | 211 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.05 |
| HSL | 336.23º | 0.69% | 0.85% | - |
| HSV(B) | 336.23º | 0.22% | 0.95% | - |
| XYZ | 67.13 | 60.58 | 69.78 | - |
| YUV | 208.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 190 | 211 | 0 | 0.22 | 0.13 | 0.05 | 336.23 | 0.69 | 0.85 |
| Hex | F3 | BE | D3 | 0 | 16 | D | 5 | 150 | 45 | 55 |
| Octal | 363 | 276 | 323 | 0 | 26 | 15 | 5 | 520 | 105 | 125 |
| Binary | 11110011 | 10111110 | 11010011 | 0 | 10110 | 1101 | 101 | 101010000 | 1000101 | 1010101 |
Color Harmonies of #F3BED3
Complementary color
Monochromatic Colors of #F3BED3
Black with #F3BED3
Text Example
Text Example
White with #F3BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BED3; }
p { color: rgb(243,190,211); }
H1.HeaderClassName
{
color: #F3BED3;
}
.AnyTagClassName
{
color: #F3BED3;
}
</style>
background-color css
<style>
a { background-color: #F3BED3; }
a { background-color: rgb(243,190,211); }
div.DivClassName
{
background-color: #F3BED3;
}
.BgClassName
{
background-color: #F3BED3;
}
</style>
border-color css
<style>
span { border-color: #F3BED3; }
span { border-color: rgb(243,190,211); }
td.TdClassName
{
border-color: #F3BED3;
}
.TagClassName
{
border-color: #F3BED3;
}
</style>