Shades of Classic Rose #F2CDE7
Tints of Classic Rose #F2CDE7
RGB
CMYK
RGB Variations
Color information
#F2CDE7 (or 0xF2CDE7) is known color: Classic Rose. HEX triplet: F2, CD and E7. RGB value is (242,205,231). Sum of RGB (Red+Green+Blue) = 242+205+231=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDE7 is #0D3218. Grayscale: #DADADA. Windows color (decimal): -864793 or 15191538. OLE color: 15191538.
HSL color Cylindrical-coordinate representation of color #F2CDE7: hue angle of 317.84º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CDE7 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 231 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.05 |
| HSL | 317.84º | 0.59% | 0.88% | - |
| HSV(B) | 317.84º | 0.15% | 0.95% | - |
| XYZ | 72.87 | 68.31 | 84.95 | - |
| YUV | 219.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 231 | 0 | 0.15 | 0.05 | 0.05 | 317.84 | 0.59 | 0.88 |
| Hex | F2 | CD | E7 | 0 | F | 5 | 5 | 13E | 3B | 58 |
| Octal | 362 | 315 | 347 | 0 | 17 | 5 | 5 | 476 | 73 | 130 |
| Binary | 11110010 | 11001101 | 11100111 | 0 | 1111 | 101 | 101 | 100111110 | 111011 | 1011000 |
Color Harmonies of #F2CDE7
Complementary color
Monochromatic Colors of #F2CDE7
Black with #F2CDE7
Text Example
Text Example
White with #F2CDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDE7; }
p { color: rgb(242,205,231); }
H1.HeaderClassName
{
color: #F2CDE7;
}
.AnyTagClassName
{
color: #F2CDE7;
}
</style>
background-color css
<style>
a { background-color: #F2CDE7; }
a { background-color: rgb(242,205,231); }
div.DivClassName
{
background-color: #F2CDE7;
}
.BgClassName
{
background-color: #F2CDE7;
}
</style>
border-color css
<style>
span { border-color: #F2CDE7; }
span { border-color: rgb(242,205,231); }
td.TdClassName
{
border-color: #F2CDE7;
}
.TagClassName
{
border-color: #F2CDE7;
}
</style>