Shades of Classic Rose #F3D0EA
Tints of Classic Rose #F3D0EA
RGB
CMYK
RGB Variations
Color information
#F3D0EA (or 0xF3D0EA) is known color: Classic Rose. HEX triplet: F3, D0 and EA. RGB value is (243,208,234). Sum of RGB (Red+Green+Blue) = 243+208+234=685 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.47% from 685); Green value is 208 (81.64% from 255 or 30.36% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D0EA is #0C2F15. Grayscale: #DDDDDD. Windows color (decimal): -798486 or 15388915. OLE color: 15388915.
HSL color Cylindrical-coordinate representation of color #F3D0EA: hue angle of 315.43º 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 #F3D0EA is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 234 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.05 |
| HSL | 315.43º | 0.59% | 0.88% | - |
| HSV(B) | 315.43º | 0.14% | 0.95% | - |
| XYZ | 74.37 | 70.11 | 87.45 | - |
| YUV | 221.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 234 | 0 | 0.14 | 0.04 | 0.05 | 315.43 | 0.59 | 0.88 |
| Hex | F3 | D0 | EA | 0 | E | 4 | 5 | 13B | 3B | 58 |
| Octal | 363 | 320 | 352 | 0 | 16 | 4 | 5 | 473 | 73 | 130 |
| Binary | 11110011 | 11010000 | 11101010 | 0 | 1110 | 100 | 101 | 100111011 | 111011 | 1011000 |
Color Harmonies of #F3D0EA
Complementary color
Monochromatic Colors of #F3D0EA
Black with #F3D0EA
Text Example
Text Example
White with #F3D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D0EA; }
p { color: rgb(243,208,234); }
H1.HeaderClassName
{
color: #F3D0EA;
}
.AnyTagClassName
{
color: #F3D0EA;
}
</style>
background-color css
<style>
a { background-color: #F3D0EA; }
a { background-color: rgb(243,208,234); }
div.DivClassName
{
background-color: #F3D0EA;
}
.BgClassName
{
background-color: #F3D0EA;
}
</style>
border-color css
<style>
span { border-color: #F3D0EA; }
span { border-color: rgb(243,208,234); }
td.TdClassName
{
border-color: #F3D0EA;
}
.TagClassName
{
border-color: #F3D0EA;
}
</style>