Shades of Classic Rose #F5C8E3
Tints of Classic Rose #F5C8E3
RGB
CMYK
RGB Variations
Color information
#F5C8E3 (or 0xF5C8E3) is known color: Classic Rose. HEX triplet: F5, C8 and E3. RGB value is (245,200,227). Sum of RGB (Red+Green+Blue) = 245+200+227=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C8E3 is #0A371C. Grayscale: #D8D8D8. Windows color (decimal): -669469 or 14928117. OLE color: 14928117.
HSL color Cylindrical-coordinate representation of color #F5C8E3: hue angle of 324º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5C8E3 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 227 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.04 |
| HSL | 324º | 0.69% | 0.87% | - |
| HSV(B) | 324º | 0.18% | 0.96% | - |
| XYZ | 72.18 | 66.27 | 81.66 | - |
| YUV | 216.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 227 | 0 | 0.18 | 0.07 | 0.04 | 324 | 0.69 | 0.87 |
| Hex | F5 | C8 | E3 | 0 | 12 | 7 | 4 | 144 | 45 | 57 |
| Octal | 365 | 310 | 343 | 0 | 22 | 7 | 4 | 504 | 105 | 127 |
| Binary | 11110101 | 11001000 | 11100011 | 0 | 10010 | 111 | 100 | 101000100 | 1000101 | 1010111 |
Color Harmonies of #F5C8E3
Complementary color
Monochromatic Colors of #F5C8E3
Black with #F5C8E3
Text Example
Text Example
White with #F5C8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C8E3; }
p { color: rgb(245,200,227); }
H1.HeaderClassName
{
color: #F5C8E3;
}
.AnyTagClassName
{
color: #F5C8E3;
}
</style>
background-color css
<style>
a { background-color: #F5C8E3; }
a { background-color: rgb(245,200,227); }
div.DivClassName
{
background-color: #F5C8E3;
}
.BgClassName
{
background-color: #F5C8E3;
}
</style>
border-color css
<style>
span { border-color: #F5C8E3; }
span { border-color: rgb(245,200,227); }
td.TdClassName
{
border-color: #F5C8E3;
}
.TagClassName
{
border-color: #F5C8E3;
}
</style>