Shades of Classic Rose #F0CFE3
Tints of Classic Rose #F0CFE3
RGB
CMYK
RGB Variations
Color information
#F0CFE3 (or 0xF0CFE3) is known color: Classic Rose. HEX triplet: F0, CF and E3. RGB value is (240,207,227). Sum of RGB (Red+Green+Blue) = 240+207+227=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 227 (89.06% from 255 or 33.68% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFE3 is #0F301C. Grayscale: #DBDBDB. Windows color (decimal): -995357 or 14929904. OLE color: 14929904.
HSL color Cylindrical-coordinate representation of color #F0CFE3: hue angle of 323.64º 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 #F0CFE3 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 227 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.06 |
| HSL | 323.64º | 0.52% | 0.88% | - |
| HSV(B) | 323.64º | 0.14% | 0.94% | - |
| XYZ | 72.11 | 68.7 | 82.13 | - |
| YUV | 219.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 227 | 0 | 0.14 | 0.05 | 0.06 | 323.64 | 0.52 | 0.88 |
| Hex | F0 | CF | E3 | 0 | E | 5 | 6 | 144 | 34 | 58 |
| Octal | 360 | 317 | 343 | 0 | 16 | 5 | 6 | 504 | 64 | 130 |
| Binary | 11110000 | 11001111 | 11100011 | 0 | 1110 | 101 | 110 | 101000100 | 110100 | 1011000 |
Color Harmonies of #F0CFE3
Complementary color
Monochromatic Colors of #F0CFE3
Black with #F0CFE3
Text Example
Text Example
White with #F0CFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFE3; }
p { color: rgb(240,207,227); }
H1.HeaderClassName
{
color: #F0CFE3;
}
.AnyTagClassName
{
color: #F0CFE3;
}
</style>
background-color css
<style>
a { background-color: #F0CFE3; }
a { background-color: rgb(240,207,227); }
div.DivClassName
{
background-color: #F0CFE3;
}
.BgClassName
{
background-color: #F0CFE3;
}
</style>
border-color css
<style>
span { border-color: #F0CFE3; }
span { border-color: rgb(240,207,227); }
td.TdClassName
{
border-color: #F0CFE3;
}
.TagClassName
{
border-color: #F0CFE3;
}
</style>