Shades of Classic Rose #F3D3E8
Tints of Classic Rose #F3D3E8
RGB
CMYK
RGB Variations
Color information
#F3D3E8 (or 0xF3D3E8) is known color: Classic Rose. HEX triplet: F3, D3 and E8. RGB value is (243,211,232). Sum of RGB (Red+Green+Blue) = 243+211+232=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 211 (82.81% from 255 or 30.76% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D3E8 is #0C2C17. Grayscale: #DEDEDE. Windows color (decimal): -797720 or 15258611. OLE color: 15258611.
HSL color Cylindrical-coordinate representation of color #F3D3E8: hue angle of 320.62º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3D3E8 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 232 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.05 |
| HSL | 320.63º | 0.57% | 0.89% | - |
| HSV(B) | 320.63º | 0.13% | 0.95% | - |
| XYZ | 74.82 | 71.47 | 86.2 | - |
| YUV | 222.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 232 | 0 | 0.13 | 0.05 | 0.05 | 320.63 | 0.57 | 0.89 |
| Hex | F3 | D3 | E8 | 0 | D | 5 | 5 | 141 | 39 | 59 |
| Octal | 363 | 323 | 350 | 0 | 15 | 5 | 5 | 501 | 71 | 131 |
| Binary | 11110011 | 11010011 | 11101000 | 0 | 1101 | 101 | 101 | 101000001 | 111001 | 1011001 |
Color Harmonies of #F3D3E8
Complementary color
Monochromatic Colors of #F3D3E8
Black with #F3D3E8
Text Example
Text Example
White with #F3D3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D3E8; }
p { color: rgb(243,211,232); }
H1.HeaderClassName
{
color: #F3D3E8;
}
.AnyTagClassName
{
color: #F3D3E8;
}
</style>
background-color css
<style>
a { background-color: #F3D3E8; }
a { background-color: rgb(243,211,232); }
div.DivClassName
{
background-color: #F3D3E8;
}
.BgClassName
{
background-color: #F3D3E8;
}
</style>
border-color css
<style>
span { border-color: #F3D3E8; }
span { border-color: rgb(243,211,232); }
td.TdClassName
{
border-color: #F3D3E8;
}
.TagClassName
{
border-color: #F3D3E8;
}
</style>