Shades of Classic Rose #F5CFE5
Tints of Classic Rose #F5CFE5
RGB
CMYK
RGB Variations
Color information
#F5CFE5 (or 0xF5CFE5) is known color: Classic Rose. HEX triplet: F5, CF and E5. RGB value is (245,207,229). Sum of RGB (Red+Green+Blue) = 245+207+229=681 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.98% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFE5 is #0A301A. Grayscale: #DCDCDC. Windows color (decimal): -667675 or 15060981. OLE color: 15060981.
HSL color Cylindrical-coordinate representation of color #F5CFE5: hue angle of 325.26º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CFE5 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 229 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.04 |
| HSL | 325.26º | 0.66% | 0.89% | - |
| HSV(B) | 325.26º | 0.16% | 0.96% | - |
| XYZ | 74.11 | 69.7 | 83.68 | - |
| YUV | 220.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 229 | 0 | 0.16 | 0.07 | 0.04 | 325.26 | 0.66 | 0.89 |
| Hex | F5 | CF | E5 | 0 | 10 | 7 | 4 | 145 | 42 | 59 |
| Octal | 365 | 317 | 345 | 0 | 20 | 7 | 4 | 505 | 102 | 131 |
| Binary | 11110101 | 11001111 | 11100101 | 0 | 10000 | 111 | 100 | 101000101 | 1000010 | 1011001 |
Color Harmonies of #F5CFE5
Complementary color
Monochromatic Colors of #F5CFE5
Black with #F5CFE5
Text Example
Text Example
White with #F5CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFE5; }
p { color: rgb(245,207,229); }
H1.HeaderClassName
{
color: #F5CFE5;
}
.AnyTagClassName
{
color: #F5CFE5;
}
</style>
background-color css
<style>
a { background-color: #F5CFE5; }
a { background-color: rgb(245,207,229); }
div.DivClassName
{
background-color: #F5CFE5;
}
.BgClassName
{
background-color: #F5CFE5;
}
</style>
border-color css
<style>
span { border-color: #F5CFE5; }
span { border-color: rgb(245,207,229); }
td.TdClassName
{
border-color: #F5CFE5;
}
.TagClassName
{
border-color: #F5CFE5;
}
</style>