Shades of Carnation Pink #F8A2BD
Tints of Carnation Pink #F8A2BD
RGB
CMYK
RGB Variations
Color information
#F8A2BD (or 0xF8A2BD) is known color: Carnation Pink. HEX triplet: F8, A2 and BD. RGB value is (248,162,189). Sum of RGB (Red+Green+Blue) = 248+162+189=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A2BD is #075D42. Grayscale: #BEBEBE. Windows color (decimal): -482627 or 12428024. OLE color: 12428024.
HSL color Cylindrical-coordinate representation of color #F8A2BD: hue angle of 341.16º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A2BD is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 162 | 189 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.03 |
| HSL | 341.16º | 0.86% | 0.8% | - |
| HSV(B) | 341.16º | 0.35% | 0.97% | - |
| XYZ | 60.82 | 49.47 | 54.49 | - |
| YUV | 190.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 189 | 0 | 0.35 | 0.24 | 0.03 | 341.16 | 0.86 | 0.8 |
| Hex | F8 | A2 | BD | 0 | 23 | 18 | 3 | 155 | 56 | 50 |
| Octal | 370 | 242 | 275 | 0 | 43 | 30 | 3 | 525 | 126 | 120 |
| Binary | 11111000 | 10100010 | 10111101 | 0 | 100011 | 11000 | 11 | 101010101 | 1010110 | 1010000 |
Color Harmonies of #F8A2BD
Complementary color
Monochromatic Colors of #F8A2BD
Black with #F8A2BD
Text Example
Text Example
White with #F8A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A2BD; }
p { color: rgb(248,162,189); }
H1.HeaderClassName
{
color: #F8A2BD;
}
.AnyTagClassName
{
color: #F8A2BD;
}
</style>
background-color css
<style>
a { background-color: #F8A2BD; }
a { background-color: rgb(248,162,189); }
div.DivClassName
{
background-color: #F8A2BD;
}
.BgClassName
{
background-color: #F8A2BD;
}
</style>
border-color css
<style>
span { border-color: #F8A2BD; }
span { border-color: rgb(248,162,189); }
td.TdClassName
{
border-color: #F8A2BD;
}
.TagClassName
{
border-color: #F8A2BD;
}
</style>