Shades of Classic Rose #F3D2E8
Tints of Classic Rose #F3D2E8
RGB
CMYK
RGB Variations
Color information
#F3D2E8 (or 0xF3D2E8) is known color: Classic Rose. HEX triplet: F3, D2 and E8. RGB value is (243,210,232). Sum of RGB (Red+Green+Blue) = 243+210+232=685 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.47% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 232 (91.02% from 255 or 33.87% from 685); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D2E8 is #0C2D17. Grayscale: #DEDEDE. Windows color (decimal): -797976 or 15258355. OLE color: 15258355.
HSL color Cylindrical-coordinate representation of color #F3D2E8: hue angle of 320º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3D2E8 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 232 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.05 |
| HSL | 320º | 0.58% | 0.89% | - |
| HSV(B) | 320º | 0.14% | 0.95% | - |
| XYZ | 74.57 | 70.97 | 86.11 | - |
| YUV | 222.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 232 | 0 | 0.14 | 0.05 | 0.05 | 320 | 0.58 | 0.89 |
| Hex | F3 | D2 | E8 | 0 | E | 5 | 5 | 140 | 3A | 59 |
| Octal | 363 | 322 | 350 | 0 | 16 | 5 | 5 | 500 | 72 | 131 |
| Binary | 11110011 | 11010010 | 11101000 | 0 | 1110 | 101 | 101 | 101000000 | 111010 | 1011001 |
Color Harmonies of #F3D2E8
Complementary color
Monochromatic Colors of #F3D2E8
Black with #F3D2E8
Text Example
Text Example
White with #F3D2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D2E8; }
p { color: rgb(243,210,232); }
H1.HeaderClassName
{
color: #F3D2E8;
}
.AnyTagClassName
{
color: #F3D2E8;
}
</style>
background-color css
<style>
a { background-color: #F3D2E8; }
a { background-color: rgb(243,210,232); }
div.DivClassName
{
background-color: #F3D2E8;
}
.BgClassName
{
background-color: #F3D2E8;
}
</style>
border-color css
<style>
span { border-color: #F3D2E8; }
span { border-color: rgb(243,210,232); }
td.TdClassName
{
border-color: #F3D2E8;
}
.TagClassName
{
border-color: #F3D2E8;
}
</style>