Shades of Carnation Pink #F8A1CB
Tints of Carnation Pink #F8A1CB
RGB
CMYK
RGB Variations
Color information
#F8A1CB (or 0xF8A1CB) is known color: Carnation Pink. HEX triplet: F8, A1 and CB. RGB value is (248,161,203). Sum of RGB (Red+Green+Blue) = 248+161+203=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A1CB is #075E34. Grayscale: #BFBFBF. Windows color (decimal): -482869 or 13345272. OLE color: 13345272.
HSL color Cylindrical-coordinate representation of color #F8A1CB: hue angle of 331.03º 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 #F8A1CB is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 161 | 203 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.03 |
| HSL | 331.03º | 0.86% | 0.8% | - |
| HSV(B) | 331.03º | 0.35% | 0.97% | - |
| XYZ | 62.24 | 49.76 | 62.82 | - |
| YUV | 191.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 161 | 203 | 0 | 0.35 | 0.18 | 0.03 | 331.03 | 0.86 | 0.8 |
| Hex | F8 | A1 | CB | 0 | 23 | 12 | 3 | 14B | 56 | 50 |
| Octal | 370 | 241 | 313 | 0 | 43 | 22 | 3 | 513 | 126 | 120 |
| Binary | 11111000 | 10100001 | 11001011 | 0 | 100011 | 10010 | 11 | 101001011 | 1010110 | 1010000 |
Color Harmonies of #F8A1CB
Complementary color
Monochromatic Colors of #F8A1CB
Black with #F8A1CB
Text Example
Text Example
White with #F8A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A1CB; }
p { color: rgb(248,161,203); }
H1.HeaderClassName
{
color: #F8A1CB;
}
.AnyTagClassName
{
color: #F8A1CB;
}
</style>
background-color css
<style>
a { background-color: #F8A1CB; }
a { background-color: rgb(248,161,203); }
div.DivClassName
{
background-color: #F8A1CB;
}
.BgClassName
{
background-color: #F8A1CB;
}
</style>
border-color css
<style>
span { border-color: #F8A1CB; }
span { border-color: rgb(248,161,203); }
td.TdClassName
{
border-color: #F8A1CB;
}
.TagClassName
{
border-color: #F8A1CB;
}
</style>