Shades of Classic Rose #F2C6DB
Tints of Classic Rose #F2C6DB
RGB
CMYK
RGB Variations
Color information
#F2C6DB (or 0xF2C6DB) is known color: Classic Rose. HEX triplet: F2, C6 and DB. RGB value is (242,198,219). Sum of RGB (Red+Green+Blue) = 242+198+219=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6DB is #0D3924. Grayscale: #D5D5D5. Windows color (decimal): -866597 or 14403314. OLE color: 14403314.
HSL color Cylindrical-coordinate representation of color #F2C6DB: hue angle of 331.36º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2C6DB is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 219 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.05 |
| HSL | 331.36º | 0.63% | 0.86% | - |
| HSV(B) | 331.36º | 0.18% | 0.95% | - |
| XYZ | 69.6 | 64.38 | 75.78 | - |
| YUV | 213.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 219 | 0 | 0.18 | 0.10 | 0.05 | 331.36 | 0.63 | 0.86 |
| Hex | F2 | C6 | DB | 0 | 12 | A | 5 | 14B | 3F | 56 |
| Octal | 362 | 306 | 333 | 0 | 22 | 12 | 5 | 513 | 77 | 126 |
| Binary | 11110010 | 11000110 | 11011011 | 0 | 10010 | 1010 | 101 | 101001011 | 111111 | 1010110 |
Color Harmonies of #F2C6DB
Complementary color
Monochromatic Colors of #F2C6DB
Black with #F2C6DB
Text Example
Text Example
White with #F2C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6DB; }
p { color: rgb(242,198,219); }
H1.HeaderClassName
{
color: #F2C6DB;
}
.AnyTagClassName
{
color: #F2C6DB;
}
</style>
background-color css
<style>
a { background-color: #F2C6DB; }
a { background-color: rgb(242,198,219); }
div.DivClassName
{
background-color: #F2C6DB;
}
.BgClassName
{
background-color: #F2C6DB;
}
</style>
border-color css
<style>
span { border-color: #F2C6DB; }
span { border-color: rgb(242,198,219); }
td.TdClassName
{
border-color: #F2C6DB;
}
.TagClassName
{
border-color: #F2C6DB;
}
</style>