Shades of Classic Rose #F0CFE5
Tints of Classic Rose #F0CFE5
RGB
CMYK
RGB Variations
Color information
#F0CFE5 (or 0xF0CFE5) is known color: Classic Rose. HEX triplet: F0, CF and E5. RGB value is (240,207,229). Sum of RGB (Red+Green+Blue) = 240+207+229=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFE5 is #0F301A. Grayscale: #DBDBDB. Windows color (decimal): -995355 or 15060976. OLE color: 15060976.
HSL color Cylindrical-coordinate representation of color #F0CFE5: hue angle of 320º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CFE5 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 229 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.06 |
| HSL | 320º | 0.52% | 0.88% | - |
| HSV(B) | 320º | 0.14% | 0.94% | - |
| XYZ | 72.39 | 68.81 | 83.59 | - |
| YUV | 219.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 229 | 0 | 0.14 | 0.05 | 0.06 | 320 | 0.52 | 0.88 |
| Hex | F0 | CF | E5 | 0 | E | 5 | 6 | 140 | 34 | 58 |
| Octal | 360 | 317 | 345 | 0 | 16 | 5 | 6 | 500 | 64 | 130 |
| Binary | 11110000 | 11001111 | 11100101 | 0 | 1110 | 101 | 110 | 101000000 | 110100 | 1011000 |
Color Harmonies of #F0CFE5
Complementary color
Monochromatic Colors of #F0CFE5
Black with #F0CFE5
Text Example
Text Example
White with #F0CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFE5; }
p { color: rgb(240,207,229); }
H1.HeaderClassName
{
color: #F0CFE5;
}
.AnyTagClassName
{
color: #F0CFE5;
}
</style>
background-color css
<style>
a { background-color: #F0CFE5; }
a { background-color: rgb(240,207,229); }
div.DivClassName
{
background-color: #F0CFE5;
}
.BgClassName
{
background-color: #F0CFE5;
}
</style>
border-color css
<style>
span { border-color: #F0CFE5; }
span { border-color: rgb(240,207,229); }
td.TdClassName
{
border-color: #F0CFE5;
}
.TagClassName
{
border-color: #F0CFE5;
}
</style>