Shades of Classic Rose #F5CCE2
Tints of Classic Rose #F5CCE2
RGB
CMYK
RGB Variations
Color information
#F5CCE2 (or 0xF5CCE2) is known color: Classic Rose. HEX triplet: F5, CC and E2. RGB value is (245,204,226). Sum of RGB (Red+Green+Blue) = 245+204+226=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCE2 is #0A331D. Grayscale: #DADADA. Windows color (decimal): -668446 or 14863605. OLE color: 14863605.
HSL color Cylindrical-coordinate representation of color #F5CCE2: hue angle of 327.8º 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 #F5CCE2 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 204 | 226 | - |
CMYK | 0 | 0.17 | 0.08 | 0.04 |
HSL | 327.8º | 0.67% | 0.88% | - |
HSV(B) | 327.8º | 0.17% | 0.96% | - |
XYZ | 72.98 | 68.09 | 81.25 | - |
YUV | 218.77 | 132.08 | 146.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 204 | 226 | 0 | 0.17 | 0.08 | 0.04 | 327.8 | 0.67 | 0.88 |
Hex | F5 | CC | E2 | 0 | 11 | 8 | 4 | 148 | 43 | 58 |
Octal | 365 | 314 | 342 | 0 | 21 | 10 | 4 | 510 | 103 | 130 |
Binary | 11110101 | 11001100 | 11100010 | 0 | 10001 | 1000 | 100 | 101001000 | 1000011 | 1011000 |
Color Harmonies of #F5CCE2
Complementary color
Monochromatic Colors of #F5CCE2
Black with #F5CCE2
Text Example
Text Example
White with #F5CCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CCE2; }
p { color: rgb(245,204,226); }
H1.HeaderClassName
{
color: #F5CCE2;
}
.AnyTagClassName
{
color: #F5CCE2;
}
</style>
background-color css
<style>
a { background-color: #F5CCE2; }
a { background-color: rgb(245,204,226); }
div.DivClassName
{
background-color: #F5CCE2;
}
.BgClassName
{
background-color: #F5CCE2;
}
</style>
border-color css
<style>
span { border-color: #F5CCE2; }
span { border-color: rgb(245,204,226); }
td.TdClassName
{
border-color: #F5CCE2;
}
.TagClassName
{
border-color: #F5CCE2;
}
</style>