Shades of Carnation Pink #F8A3BD
Tints of Carnation Pink #F8A3BD
RGB
CMYK
RGB Variations
Color information
#F8A3BD (or 0xF8A3BD) is known color: Carnation Pink. HEX triplet: F8, A3 and BD. RGB value is (248,163,189). Sum of RGB (Red+Green+Blue) = 248+163+189=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A3BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A3BD is #075C42. Grayscale: #BFBFBF. Windows color (decimal): -482371 or 12428280. OLE color: 12428280.
HSL color Cylindrical-coordinate representation of color #F8A3BD: hue angle of 341.65º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8A3BD is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 189 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.03 |
| HSL | 341.65º | 0.86% | 0.81% | - |
| HSV(B) | 341.65º | 0.34% | 0.97% | - |
| XYZ | 60.99 | 49.82 | 54.55 | - |
| YUV | 191.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 189 | 0 | 0.34 | 0.24 | 0.03 | 341.65 | 0.86 | 0.81 |
| Hex | F8 | A3 | BD | 0 | 22 | 18 | 3 | 156 | 56 | 51 |
| Octal | 370 | 243 | 275 | 0 | 42 | 30 | 3 | 526 | 126 | 121 |
| Binary | 11111000 | 10100011 | 10111101 | 0 | 100010 | 11000 | 11 | 101010110 | 1010110 | 1010001 |
Color Harmonies of #F8A3BD
Complementary color
Monochromatic Colors of #F8A3BD
Black with #F8A3BD
Text Example
Text Example
White with #F8A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A3BD; }
p { color: rgb(248,163,189); }
H1.HeaderClassName
{
color: #F8A3BD;
}
.AnyTagClassName
{
color: #F8A3BD;
}
</style>
background-color css
<style>
a { background-color: #F8A3BD; }
a { background-color: rgb(248,163,189); }
div.DivClassName
{
background-color: #F8A3BD;
}
.BgClassName
{
background-color: #F8A3BD;
}
</style>
border-color css
<style>
span { border-color: #F8A3BD; }
span { border-color: rgb(248,163,189); }
td.TdClassName
{
border-color: #F8A3BD;
}
.TagClassName
{
border-color: #F8A3BD;
}
</style>