Shades of Classic Rose #F5CCEA
Tints of Classic Rose #F5CCEA
RGB
CMYK
RGB Variations
Color information
#F5CCEA (or 0xF5CCEA) is known color: Classic Rose. HEX triplet: F5, CC and EA. RGB value is (245,204,234). Sum of RGB (Red+Green+Blue) = 245+204+234=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CCEA is #0A3315. Grayscale: #DBDBDB. Windows color (decimal): -668438 or 15387893. OLE color: 15387893.
HSL color Cylindrical-coordinate representation of color #F5CCEA: hue angle of 316.1º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CCEA is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 234 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.04 |
| HSL | 316.1º | 0.67% | 0.88% | - |
| HSV(B) | 316.1º | 0.17% | 0.96% | - |
| XYZ | 74.1 | 68.54 | 87.17 | - |
| YUV | 219.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 234 | 0 | 0.17 | 0.04 | 0.04 | 316.1 | 0.67 | 0.88 |
| Hex | F5 | CC | EA | 0 | 11 | 4 | 4 | 13C | 43 | 58 |
| Octal | 365 | 314 | 352 | 0 | 21 | 4 | 4 | 474 | 103 | 130 |
| Binary | 11110101 | 11001100 | 11101010 | 0 | 10001 | 100 | 100 | 100111100 | 1000011 | 1011000 |
Color Harmonies of #F5CCEA
Complementary color
Monochromatic Colors of #F5CCEA
Black with #F5CCEA
Text Example
Text Example
White with #F5CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CCEA; }
p { color: rgb(245,204,234); }
H1.HeaderClassName
{
color: #F5CCEA;
}
.AnyTagClassName
{
color: #F5CCEA;
}
</style>
background-color css
<style>
a { background-color: #F5CCEA; }
a { background-color: rgb(245,204,234); }
div.DivClassName
{
background-color: #F5CCEA;
}
.BgClassName
{
background-color: #F5CCEA;
}
</style>
border-color css
<style>
span { border-color: #F5CCEA; }
span { border-color: rgb(245,204,234); }
td.TdClassName
{
border-color: #F5CCEA;
}
.TagClassName
{
border-color: #F5CCEA;
}
</style>