Shades of Classic Rose #F3CDE5
Tints of Classic Rose #F3CDE5
RGB
CMYK
RGB Variations
Color information
#F3CDE5 (or 0xF3CDE5) is known color: Classic Rose. HEX triplet: F3, CD and E5. RGB value is (243,205,229). Sum of RGB (Red+Green+Blue) = 243+205+229=677 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.89% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDE5 is #0C321A. Grayscale: #DBDBDB. Windows color (decimal): -799259 or 15060467. OLE color: 15060467.
HSL color Cylindrical-coordinate representation of color #F3CDE5: hue angle of 322.11º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CDE5 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 205 | 229 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.05 |
| HSL | 322.11º | 0.61% | 0.88% | - |
| HSV(B) | 322.11º | 0.16% | 0.95% | - |
| XYZ | 72.94 | 68.37 | 83.48 | - |
| YUV | 219.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 229 | 0 | 0.16 | 0.06 | 0.05 | 322.11 | 0.61 | 0.88 |
| Hex | F3 | CD | E5 | 0 | 10 | 6 | 5 | 142 | 3D | 58 |
| Octal | 363 | 315 | 345 | 0 | 20 | 6 | 5 | 502 | 75 | 130 |
| Binary | 11110011 | 11001101 | 11100101 | 0 | 10000 | 110 | 101 | 101000010 | 111101 | 1011000 |
Color Harmonies of #F3CDE5
Complementary color
Monochromatic Colors of #F3CDE5
Black with #F3CDE5
Text Example
Text Example
White with #F3CDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDE5; }
p { color: rgb(243,205,229); }
H1.HeaderClassName
{
color: #F3CDE5;
}
.AnyTagClassName
{
color: #F3CDE5;
}
</style>
background-color css
<style>
a { background-color: #F3CDE5; }
a { background-color: rgb(243,205,229); }
div.DivClassName
{
background-color: #F3CDE5;
}
.BgClassName
{
background-color: #F3CDE5;
}
</style>
border-color css
<style>
span { border-color: #F3CDE5; }
span { border-color: rgb(243,205,229); }
td.TdClassName
{
border-color: #F3CDE5;
}
.TagClassName
{
border-color: #F3CDE5;
}
</style>