Shades of Your Pink #F8C2B4
Tints of Your Pink #F8C2B4
RGB
CMYK
RGB Variations
Color information
#F8C2B4 (or 0xF8C2B4) is known color: Your Pink. HEX triplet: F8, C2 and B4. RGB value is (248,194,180). Sum of RGB (Red+Green+Blue) = 248+194+180=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C2B4 is #073D4B. Grayscale: #D0D0D0. Windows color (decimal): -474444 or 11846392. OLE color: 11846392.
HSL color Cylindrical-coordinate representation of color #F8C2B4: hue angle of 12.35º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8C2B4 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 180 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.03 |
| HSL | 12.35º | 0.83% | 0.84% | - |
| HSV(B) | 12.35º | 0.27% | 0.97% | - |
| XYZ | 66.24 | 61.84 | 51.62 | - |
| YUV | 208.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 180 | 0 | 0.22 | 0.27 | 0.03 | 12.35 | 0.83 | 0.84 |
| Hex | F8 | C2 | B4 | 0 | 16 | 1B | 3 | C | 53 | 54 |
| Octal | 370 | 302 | 264 | 0 | 26 | 33 | 3 | 14 | 123 | 124 |
| Binary | 11111000 | 11000010 | 10110100 | 0 | 10110 | 11011 | 11 | 1100 | 1010011 | 1010100 |
Color Harmonies of #F8C2B4
Complementary color
Monochromatic Colors of #F8C2B4
Black with #F8C2B4
Text Example
Text Example
White with #F8C2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C2B4; }
p { color: rgb(248,194,180); }
H1.HeaderClassName
{
color: #F8C2B4;
}
.AnyTagClassName
{
color: #F8C2B4;
}
</style>
background-color css
<style>
a { background-color: #F8C2B4; }
a { background-color: rgb(248,194,180); }
div.DivClassName
{
background-color: #F8C2B4;
}
.BgClassName
{
background-color: #F8C2B4;
}
</style>
border-color css
<style>
span { border-color: #F8C2B4; }
span { border-color: rgb(248,194,180); }
td.TdClassName
{
border-color: #F8C2B4;
}
.TagClassName
{
border-color: #F8C2B4;
}
</style>