Shades of Classic Rose #F3D1E2
Tints of Classic Rose #F3D1E2
RGB
CMYK
RGB Variations
Color information
#F3D1E2 (or 0xF3D1E2) is known color: Classic Rose. HEX triplet: F3, D1 and E2. RGB value is (243,209,226). Sum of RGB (Red+Green+Blue) = 243+209+226=678 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.84% from 678); Green value is 209 (82.03% from 255 or 30.83% from 678); Blue value is 226 (88.67% from 255 or 33.33% from 678); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D1E2 is #0C2E1D. Grayscale: #DDDDDD. Windows color (decimal): -798238 or 14864883. OLE color: 14864883.
HSL color Cylindrical-coordinate representation of color #F3D1E2: hue angle of 330º degrees, saturation: 0.59, 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 #F3D1E2 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 226 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.05 |
| HSL | 330º | 0.59% | 0.89% | - |
| HSV(B) | 330º | 0.14% | 0.95% | - |
| XYZ | 73.49 | 70.15 | 81.62 | - |
| YUV | 221.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 226 | 0 | 0.14 | 0.07 | 0.05 | 330 | 0.59 | 0.89 |
| Hex | F3 | D1 | E2 | 0 | E | 7 | 5 | 14A | 3B | 59 |
| Octal | 363 | 321 | 342 | 0 | 16 | 7 | 5 | 512 | 73 | 131 |
| Binary | 11110011 | 11010001 | 11100010 | 0 | 1110 | 111 | 101 | 101001010 | 111011 | 1011001 |
Color Harmonies of #F3D1E2
Complementary color
Monochromatic Colors of #F3D1E2
Black with #F3D1E2
Text Example
Text Example
White with #F3D1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D1E2; }
p { color: rgb(243,209,226); }
H1.HeaderClassName
{
color: #F3D1E2;
}
.AnyTagClassName
{
color: #F3D1E2;
}
</style>
background-color css
<style>
a { background-color: #F3D1E2; }
a { background-color: rgb(243,209,226); }
div.DivClassName
{
background-color: #F3D1E2;
}
.BgClassName
{
background-color: #F3D1E2;
}
</style>
border-color css
<style>
span { border-color: #F3D1E2; }
span { border-color: rgb(243,209,226); }
td.TdClassName
{
border-color: #F3D1E2;
}
.TagClassName
{
border-color: #F3D1E2;
}
</style>