Shades of Classic Rose #F5CDE4
Tints of Classic Rose #F5CDE4
RGB
CMYK
RGB Variations
Color information
#F5CDE4 (or 0xF5CDE4) is known color: Classic Rose. HEX triplet: F5, CD and E4. RGB value is (245,205,228). Sum of RGB (Red+Green+Blue) = 245+205+228=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDE4 is #0A321B. Grayscale: #DBDBDB. Windows color (decimal): -668188 or 14994933. OLE color: 14994933.
HSL color Cylindrical-coordinate representation of color #F5CDE4: hue angle of 325.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CDE4 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 205 | 228 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.04 |
| HSL | 325.5º | 0.67% | 0.88% | - |
| HSV(B) | 325.5º | 0.16% | 0.96% | - |
| XYZ | 73.49 | 68.68 | 82.78 | - |
| YUV | 219.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 228 | 0 | 0.16 | 0.07 | 0.04 | 325.5 | 0.67 | 0.88 |
| Hex | F5 | CD | E4 | 0 | 10 | 7 | 4 | 146 | 43 | 58 |
| Octal | 365 | 315 | 344 | 0 | 20 | 7 | 4 | 506 | 103 | 130 |
| Binary | 11110101 | 11001101 | 11100100 | 0 | 10000 | 111 | 100 | 101000110 | 1000011 | 1011000 |
Color Harmonies of #F5CDE4
Complementary color
Monochromatic Colors of #F5CDE4
Black with #F5CDE4
Text Example
Text Example
White with #F5CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CDE4; }
p { color: rgb(245,205,228); }
H1.HeaderClassName
{
color: #F5CDE4;
}
.AnyTagClassName
{
color: #F5CDE4;
}
</style>
background-color css
<style>
a { background-color: #F5CDE4; }
a { background-color: rgb(245,205,228); }
div.DivClassName
{
background-color: #F5CDE4;
}
.BgClassName
{
background-color: #F5CDE4;
}
</style>
border-color css
<style>
span { border-color: #F5CDE4; }
span { border-color: rgb(245,205,228); }
td.TdClassName
{
border-color: #F5CDE4;
}
.TagClassName
{
border-color: #F5CDE4;
}
</style>