Shades of Classic Rose #F3D2DF
Tints of Classic Rose #F3D2DF
RGB
CMYK
RGB Variations
Color information
#F3D2DF (or 0xF3D2DF) is known color: Classic Rose. HEX triplet: F3, D2 and DF. RGB value is (243,210,223). Sum of RGB (Red+Green+Blue) = 243+210+223=676 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.95% from 676); Green value is 210 (82.42% from 255 or 31.07% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D2DF is #0C2D20. Grayscale: #DDDDDD. Windows color (decimal): -797985 or 14668531. OLE color: 14668531.
HSL color Cylindrical-coordinate representation of color #F3D2DF: hue angle of 336.36º 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 #F3D2DF is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 223 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.05 |
| HSL | 336.36º | 0.58% | 0.89% | - |
| HSV(B) | 336.36º | 0.14% | 0.95% | - |
| XYZ | 73.33 | 70.48 | 79.55 | - |
| YUV | 221.35 | 128.93 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 223 | 0 | 0.14 | 0.08 | 0.05 | 336.36 | 0.58 | 0.89 |
| Hex | F3 | D2 | DF | 0 | E | 8 | 5 | 150 | 3A | 59 |
| Octal | 363 | 322 | 337 | 0 | 16 | 10 | 5 | 520 | 72 | 131 |
| Binary | 11110011 | 11010010 | 11011111 | 0 | 1110 | 1000 | 101 | 101010000 | 111010 | 1011001 |
Color Harmonies of #F3D2DF
Complementary color
Monochromatic Colors of #F3D2DF
Black with #F3D2DF
Text Example
Text Example
White with #F3D2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D2DF; }
p { color: rgb(243,210,223); }
H1.HeaderClassName
{
color: #F3D2DF;
}
.AnyTagClassName
{
color: #F3D2DF;
}
</style>
background-color css
<style>
a { background-color: #F3D2DF; }
a { background-color: rgb(243,210,223); }
div.DivClassName
{
background-color: #F3D2DF;
}
.BgClassName
{
background-color: #F3D2DF;
}
</style>
border-color css
<style>
span { border-color: #F3D2DF; }
span { border-color: rgb(243,210,223); }
td.TdClassName
{
border-color: #F3D2DF;
}
.TagClassName
{
border-color: #F3D2DF;
}
</style>