Shades of Carnation Pink #F2A8C8
Tints of Carnation Pink #F2A8C8
RGB
CMYK
RGB Variations
Color information
#F2A8C8 (or 0xF2A8C8) is known color: Carnation Pink. HEX triplet: F2, A8 and C8. RGB value is (242,168,200). Sum of RGB (Red+Green+Blue) = 242+168+200=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A8C8 is #0D5737. Grayscale: #C1C1C1. Windows color (decimal): -874296 or 13150450. OLE color: 13150450.
HSL color Cylindrical-coordinate representation of color #F2A8C8: hue angle of 334.05º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A8C8 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 200 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.05 |
| HSL | 334.05º | 0.74% | 0.8% | - |
| HSV(B) | 334.05º | 0.31% | 0.95% | - |
| XYZ | 61.05 | 51.05 | 61.28 | - |
| YUV | 193.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 200 | 0 | 0.31 | 0.17 | 0.05 | 334.05 | 0.74 | 0.8 |
| Hex | F2 | A8 | C8 | 0 | 1F | 11 | 5 | 14E | 4A | 50 |
| Octal | 362 | 250 | 310 | 0 | 37 | 21 | 5 | 516 | 112 | 120 |
| Binary | 11110010 | 10101000 | 11001000 | 0 | 11111 | 10001 | 101 | 101001110 | 1001010 | 1010000 |
Color Harmonies of #F2A8C8
Complementary color
Monochromatic Colors of #F2A8C8
Black with #F2A8C8
Text Example
Text Example
White with #F2A8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A8C8; }
p { color: rgb(242,168,200); }
H1.HeaderClassName
{
color: #F2A8C8;
}
.AnyTagClassName
{
color: #F2A8C8;
}
</style>
background-color css
<style>
a { background-color: #F2A8C8; }
a { background-color: rgb(242,168,200); }
div.DivClassName
{
background-color: #F2A8C8;
}
.BgClassName
{
background-color: #F2A8C8;
}
</style>
border-color css
<style>
span { border-color: #F2A8C8; }
span { border-color: rgb(242,168,200); }
td.TdClassName
{
border-color: #F2A8C8;
}
.TagClassName
{
border-color: #F2A8C8;
}
</style>