Shades of Classic Rose #F2CFE7
Tints of Classic Rose #F2CFE7
RGB
CMYK
RGB Variations
Color information
#F2CFE7 (or 0xF2CFE7) is known color: Classic Rose. HEX triplet: F2, CF and E7. RGB value is (242,207,231). Sum of RGB (Red+Green+Blue) = 242+207+231=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFE7 is #0D3018. Grayscale: #DCDCDC. Windows color (decimal): -864281 or 15192050. OLE color: 15192050.
HSL color Cylindrical-coordinate representation of color #F2CFE7: hue angle of 318.86º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2CFE7 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 231 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.05 |
| HSL | 318.86º | 0.57% | 0.88% | - |
| HSV(B) | 318.86º | 0.14% | 0.95% | - |
| XYZ | 73.35 | 69.27 | 85.11 | - |
| YUV | 220.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 231 | 0 | 0.14 | 0.05 | 0.05 | 318.86 | 0.57 | 0.88 |
| Hex | F2 | CF | E7 | 0 | E | 5 | 5 | 13F | 39 | 58 |
| Octal | 362 | 317 | 347 | 0 | 16 | 5 | 5 | 477 | 71 | 130 |
| Binary | 11110010 | 11001111 | 11100111 | 0 | 1110 | 101 | 101 | 100111111 | 111001 | 1011000 |
Color Harmonies of #F2CFE7
Complementary color
Monochromatic Colors of #F2CFE7
Black with #F2CFE7
Text Example
Text Example
White with #F2CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFE7; }
p { color: rgb(242,207,231); }
H1.HeaderClassName
{
color: #F2CFE7;
}
.AnyTagClassName
{
color: #F2CFE7;
}
</style>
background-color css
<style>
a { background-color: #F2CFE7; }
a { background-color: rgb(242,207,231); }
div.DivClassName
{
background-color: #F2CFE7;
}
.BgClassName
{
background-color: #F2CFE7;
}
</style>
border-color css
<style>
span { border-color: #F2CFE7; }
span { border-color: rgb(242,207,231); }
td.TdClassName
{
border-color: #F2CFE7;
}
.TagClassName
{
border-color: #F2CFE7;
}
</style>