Shades of Classic Rose #F8CCEA
Tints of Classic Rose #F8CCEA
RGB
CMYK
RGB Variations
Color information
#F8CCEA (or 0xF8CCEA) is known color: Classic Rose. HEX triplet: F8, CC and EA. RGB value is (248,204,234). Sum of RGB (Red+Green+Blue) = 248+204+234=686 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.15% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CCEA is #073315. Grayscale: #DCDCDC. Windows color (decimal): -471830 or 15387896. OLE color: 15387896.
HSL color Cylindrical-coordinate representation of color #F8CCEA: hue angle of 319.09º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCEA is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 234 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.03 |
| HSL | 319.09º | 0.76% | 0.89% | - |
| HSV(B) | 319.09º | 0.18% | 0.97% | - |
| XYZ | 75.16 | 69.08 | 87.22 | - |
| YUV | 220.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 234 | 0 | 0.18 | 0.06 | 0.03 | 319.09 | 0.76 | 0.89 |
| Hex | F8 | CC | EA | 0 | 12 | 6 | 3 | 13F | 4C | 59 |
| Octal | 370 | 314 | 352 | 0 | 22 | 6 | 3 | 477 | 114 | 131 |
| Binary | 11111000 | 11001100 | 11101010 | 0 | 10010 | 110 | 11 | 100111111 | 1001100 | 1011001 |
Color Harmonies of #F8CCEA
Complementary color
Monochromatic Colors of #F8CCEA
Black with #F8CCEA
Text Example
Text Example
White with #F8CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCEA; }
p { color: rgb(248,204,234); }
H1.HeaderClassName
{
color: #F8CCEA;
}
.AnyTagClassName
{
color: #F8CCEA;
}
</style>
background-color css
<style>
a { background-color: #F8CCEA; }
a { background-color: rgb(248,204,234); }
div.DivClassName
{
background-color: #F8CCEA;
}
.BgClassName
{
background-color: #F8CCEA;
}
</style>
border-color css
<style>
span { border-color: #F8CCEA; }
span { border-color: rgb(248,204,234); }
td.TdClassName
{
border-color: #F8CCEA;
}
.TagClassName
{
border-color: #F8CCEA;
}
</style>