Shades of Classic Rose #F3D0DF
Tints of Classic Rose #F3D0DF
RGB
CMYK
RGB Variations
Color information
#F3D0DF (or 0xF3D0DF) is known color: Classic Rose. HEX triplet: F3, D0 and DF. RGB value is (243,208,223). Sum of RGB (Red+Green+Blue) = 243+208+223=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D0DF is #0C2F20. Grayscale: #DCDCDC. Windows color (decimal): -798497 or 14668019. OLE color: 14668019.
HSL color Cylindrical-coordinate representation of color #F3D0DF: hue angle of 334.29º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3D0DF is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 223 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.05 |
| HSL | 334.29º | 0.59% | 0.88% | - |
| HSV(B) | 334.29º | 0.14% | 0.95% | - |
| XYZ | 72.84 | 69.49 | 79.39 | - |
| YUV | 220.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 223 | 0 | 0.14 | 0.08 | 0.05 | 334.29 | 0.59 | 0.88 |
| Hex | F3 | D0 | DF | 0 | E | 8 | 5 | 14E | 3B | 58 |
| Octal | 363 | 320 | 337 | 0 | 16 | 10 | 5 | 516 | 73 | 130 |
| Binary | 11110011 | 11010000 | 11011111 | 0 | 1110 | 1000 | 101 | 101001110 | 111011 | 1011000 |
Color Harmonies of #F3D0DF
Complementary color
Monochromatic Colors of #F3D0DF
Black with #F3D0DF
Text Example
Text Example
White with #F3D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D0DF; }
p { color: rgb(243,208,223); }
H1.HeaderClassName
{
color: #F3D0DF;
}
.AnyTagClassName
{
color: #F3D0DF;
}
</style>
background-color css
<style>
a { background-color: #F3D0DF; }
a { background-color: rgb(243,208,223); }
div.DivClassName
{
background-color: #F3D0DF;
}
.BgClassName
{
background-color: #F3D0DF;
}
</style>
border-color css
<style>
span { border-color: #F3D0DF; }
span { border-color: rgb(243,208,223); }
td.TdClassName
{
border-color: #F3D0DF;
}
.TagClassName
{
border-color: #F3D0DF;
}
</style>