Shades of Classic Rose #F2CEDB
Tints of Classic Rose #F2CEDB
RGB
CMYK
RGB Variations
Color information
#F2CEDB (or 0xF2CEDB) is known color: Classic Rose. HEX triplet: F2, CE and DB. RGB value is (242,206,219). Sum of RGB (Red+Green+Blue) = 242+206+219=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEDB is #0D3124. Grayscale: #DADADA. Windows color (decimal): -864549 or 14405362. OLE color: 14405362.
HSL color Cylindrical-coordinate representation of color #F2CEDB: hue angle of 338.33º degrees, saturation: 0.58, 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 #F2CEDB is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 219 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.05 |
| HSL | 338.33º | 0.58% | 0.88% | - |
| HSV(B) | 338.33º | 0.15% | 0.95% | - |
| XYZ | 71.48 | 68.13 | 76.4 | - |
| YUV | 218.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 219 | 0 | 0.15 | 0.10 | 0.05 | 338.33 | 0.58 | 0.88 |
| Hex | F2 | CE | DB | 0 | F | A | 5 | 152 | 3A | 58 |
| Octal | 362 | 316 | 333 | 0 | 17 | 12 | 5 | 522 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11011011 | 0 | 1111 | 1010 | 101 | 101010010 | 111010 | 1011000 |
Color Harmonies of #F2CEDB
Complementary color
Monochromatic Colors of #F2CEDB
Black with #F2CEDB
Text Example
Text Example
White with #F2CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEDB; }
p { color: rgb(242,206,219); }
H1.HeaderClassName
{
color: #F2CEDB;
}
.AnyTagClassName
{
color: #F2CEDB;
}
</style>
background-color css
<style>
a { background-color: #F2CEDB; }
a { background-color: rgb(242,206,219); }
div.DivClassName
{
background-color: #F2CEDB;
}
.BgClassName
{
background-color: #F2CEDB;
}
</style>
border-color css
<style>
span { border-color: #F2CEDB; }
span { border-color: rgb(242,206,219); }
td.TdClassName
{
border-color: #F2CEDB;
}
.TagClassName
{
border-color: #F2CEDB;
}
</style>