Shades of Your Pink #F7CABE
Tints of Your Pink #F7CABE
RGB
CMYK
RGB Variations
Color information
#F7CABE (or 0xF7CABE) is known color: Your Pink. HEX triplet: F7, CA and BE. RGB value is (247,202,190). Sum of RGB (Red+Green+Blue) = 247+202+190=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CABE is #083541. Grayscale: #D6D6D6. Windows color (decimal): -537922 or 12503799. OLE color: 12503799.
HSL color Cylindrical-coordinate representation of color #F7CABE: hue angle of 12.63º degrees, saturation: 0.78, 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 #F7CABE is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 202 | 190 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.03 |
| HSL | 12.63º | 0.78% | 0.86% | - |
| HSV(B) | 12.63º | 0.23% | 0.97% | - |
| XYZ | 68.77 | 65.73 | 57.78 | - |
| YUV | 214.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 202 | 190 | 0 | 0.18 | 0.23 | 0.03 | 12.63 | 0.78 | 0.86 |
| Hex | F7 | CA | BE | 0 | 12 | 17 | 3 | D | 4E | 56 |
| Octal | 367 | 312 | 276 | 0 | 22 | 27 | 3 | 15 | 116 | 126 |
| Binary | 11110111 | 11001010 | 10111110 | 0 | 10010 | 10111 | 11 | 1101 | 1001110 | 1010110 |
Color Harmonies of #F7CABE
Complementary color
Monochromatic Colors of #F7CABE
Black with #F7CABE
Text Example
Text Example
White with #F7CABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CABE; }
p { color: rgb(247,202,190); }
H1.HeaderClassName
{
color: #F7CABE;
}
.AnyTagClassName
{
color: #F7CABE;
}
</style>
background-color css
<style>
a { background-color: #F7CABE; }
a { background-color: rgb(247,202,190); }
div.DivClassName
{
background-color: #F7CABE;
}
.BgClassName
{
background-color: #F7CABE;
}
</style>
border-color css
<style>
span { border-color: #F7CABE; }
span { border-color: rgb(247,202,190); }
td.TdClassName
{
border-color: #F7CABE;
}
.TagClassName
{
border-color: #F7CABE;
}
</style>