Shades of Your Pink #F8CABF
Tints of Your Pink #F8CABF
RGB
CMYK
RGB Variations
Color information
#F8CABF (or 0xF8CABF) is known color: Your Pink. HEX triplet: F8, CA and BF. RGB value is (248,202,191). Sum of RGB (Red+Green+Blue) = 248+202+191=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CABF is #073540. Grayscale: #D6D6D6. Windows color (decimal): -472385 or 12569336. OLE color: 12569336.
HSL color Cylindrical-coordinate representation of color #F8CABF: hue angle of 11.58º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8CABF is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 191 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.03 |
| HSL | 11.58º | 0.8% | 0.86% | - |
| HSV(B) | 11.58º | 0.23% | 0.97% | - |
| XYZ | 69.24 | 65.96 | 58.37 | - |
| YUV | 214.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 191 | 0 | 0.19 | 0.23 | 0.03 | 11.58 | 0.8 | 0.86 |
| Hex | F8 | CA | BF | 0 | 13 | 17 | 3 | C | 50 | 56 |
| Octal | 370 | 312 | 277 | 0 | 23 | 27 | 3 | 14 | 120 | 126 |
| Binary | 11111000 | 11001010 | 10111111 | 0 | 10011 | 10111 | 11 | 1100 | 1010000 | 1010110 |
Color Harmonies of #F8CABF
Complementary color
Monochromatic Colors of #F8CABF
Black with #F8CABF
Text Example
Text Example
White with #F8CABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CABF; }
p { color: rgb(248,202,191); }
H1.HeaderClassName
{
color: #F8CABF;
}
.AnyTagClassName
{
color: #F8CABF;
}
</style>
background-color css
<style>
a { background-color: #F8CABF; }
a { background-color: rgb(248,202,191); }
div.DivClassName
{
background-color: #F8CABF;
}
.BgClassName
{
background-color: #F8CABF;
}
</style>
border-color css
<style>
span { border-color: #F8CABF; }
span { border-color: rgb(248,202,191); }
td.TdClassName
{
border-color: #F8CABF;
}
.TagClassName
{
border-color: #F8CABF;
}
</style>