Shades of Classic Rose #F3D1E5
Tints of Classic Rose #F3D1E5
RGB
CMYK
RGB Variations
Color information
#F3D1E5 (or 0xF3D1E5) is known color: Classic Rose. HEX triplet: F3, D1 and E5. RGB value is (243,209,229). Sum of RGB (Red+Green+Blue) = 243+209+229=681 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.68% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D1E5 is #0C2E1A. Grayscale: #DDDDDD. Windows color (decimal): -798235 or 15061491. OLE color: 15061491.
HSL color Cylindrical-coordinate representation of color #F3D1E5: hue angle of 324.71º 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 #F3D1E5 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 229 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.05 |
| HSL | 324.71º | 0.59% | 0.89% | - |
| HSV(B) | 324.71º | 0.14% | 0.95% | - |
| XYZ | 73.91 | 70.31 | 83.81 | - |
| YUV | 221.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 229 | 0 | 0.14 | 0.06 | 0.05 | 324.71 | 0.59 | 0.89 |
| Hex | F3 | D1 | E5 | 0 | E | 6 | 5 | 145 | 3B | 59 |
| Octal | 363 | 321 | 345 | 0 | 16 | 6 | 5 | 505 | 73 | 131 |
| Binary | 11110011 | 11010001 | 11100101 | 0 | 1110 | 110 | 101 | 101000101 | 111011 | 1011001 |
Color Harmonies of #F3D1E5
Complementary color
Monochromatic Colors of #F3D1E5
Black with #F3D1E5
Text Example
Text Example
White with #F3D1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D1E5; }
p { color: rgb(243,209,229); }
H1.HeaderClassName
{
color: #F3D1E5;
}
.AnyTagClassName
{
color: #F3D1E5;
}
</style>
background-color css
<style>
a { background-color: #F3D1E5; }
a { background-color: rgb(243,209,229); }
div.DivClassName
{
background-color: #F3D1E5;
}
.BgClassName
{
background-color: #F3D1E5;
}
</style>
border-color css
<style>
span { border-color: #F3D1E5; }
span { border-color: rgb(243,209,229); }
td.TdClassName
{
border-color: #F3D1E5;
}
.TagClassName
{
border-color: #F3D1E5;
}
</style>