Shades of Classic Rose #F3D3E2
Tints of Classic Rose #F3D3E2
RGB
CMYK
RGB Variations
Color information
#F3D3E2 (or 0xF3D3E2) is known color: Classic Rose. HEX triplet: F3, D3 and E2. RGB value is (243,211,226). Sum of RGB (Red+Green+Blue) = 243+211+226=680 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.74% from 680); Green value is 211 (82.81% from 255 or 31.03% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D3E2 is #0C2C1D. Grayscale: #DEDEDE. Windows color (decimal): -797726 or 14865395. OLE color: 14865395.
HSL color Cylindrical-coordinate representation of color #F3D3E2: hue angle of 331.88º 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 #F3D3E2 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 226 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.05 |
| HSL | 331.88º | 0.57% | 0.89% | - |
| HSV(B) | 331.88º | 0.13% | 0.95% | - |
| XYZ | 73.98 | 71.13 | 81.78 | - |
| YUV | 222.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 226 | 0 | 0.13 | 0.07 | 0.05 | 331.88 | 0.57 | 0.89 |
| Hex | F3 | D3 | E2 | 0 | D | 7 | 5 | 14C | 39 | 59 |
| Octal | 363 | 323 | 342 | 0 | 15 | 7 | 5 | 514 | 71 | 131 |
| Binary | 11110011 | 11010011 | 11100010 | 0 | 1101 | 111 | 101 | 101001100 | 111001 | 1011001 |
Color Harmonies of #F3D3E2
Complementary color
Monochromatic Colors of #F3D3E2
Black with #F3D3E2
Text Example
Text Example
White with #F3D3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D3E2; }
p { color: rgb(243,211,226); }
H1.HeaderClassName
{
color: #F3D3E2;
}
.AnyTagClassName
{
color: #F3D3E2;
}
</style>
background-color css
<style>
a { background-color: #F3D3E2; }
a { background-color: rgb(243,211,226); }
div.DivClassName
{
background-color: #F3D3E2;
}
.BgClassName
{
background-color: #F3D3E2;
}
</style>
border-color css
<style>
span { border-color: #F3D3E2; }
span { border-color: rgb(243,211,226); }
td.TdClassName
{
border-color: #F3D3E2;
}
.TagClassName
{
border-color: #F3D3E2;
}
</style>