Shades of Pink #F7CACF
Tints of Pink #F7CACF
RGB
CMYK
RGB Variations
Color information
#F7CACF (or 0xF7CACF) is known color: Pink. HEX triplet: F7, CA and CF. RGB value is (247,202,207). Sum of RGB (Red+Green+Blue) = 247+202+207=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CACF is #083530. Grayscale: #D8D8D8. Windows color (decimal): -537905 or 13617911. OLE color: 13617911.
HSL color Cylindrical-coordinate representation of color #F7CACF: hue angle of 353.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7CACF is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 202 | 207 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.03 |
| HSL | 353.33º | 0.74% | 0.88% | - |
| HSV(B) | 353.33º | 0.18% | 0.97% | - |
| XYZ | 70.74 | 66.52 | 68.14 | - |
| YUV | 216.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 202 | 207 | 0 | 0.18 | 0.16 | 0.03 | 353.33 | 0.74 | 0.88 |
| Hex | F7 | CA | CF | 0 | 12 | 10 | 3 | 161 | 4A | 58 |
| Octal | 367 | 312 | 317 | 0 | 22 | 20 | 3 | 541 | 112 | 130 |
| Binary | 11110111 | 11001010 | 11001111 | 0 | 10010 | 10000 | 11 | 101100001 | 1001010 | 1011000 |
Color Harmonies of #F7CACF
Complementary color
Monochromatic Colors of #F7CACF
Black with #F7CACF
Text Example
Text Example
White with #F7CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CACF; }
p { color: rgb(247,202,207); }
H1.HeaderClassName
{
color: #F7CACF;
}
.AnyTagClassName
{
color: #F7CACF;
}
</style>
background-color css
<style>
a { background-color: #F7CACF; }
a { background-color: rgb(247,202,207); }
div.DivClassName
{
background-color: #F7CACF;
}
.BgClassName
{
background-color: #F7CACF;
}
</style>
border-color css
<style>
span { border-color: #F7CACF; }
span { border-color: rgb(247,202,207); }
td.TdClassName
{
border-color: #F7CACF;
}
.TagClassName
{
border-color: #F7CACF;
}
</style>