Shades of Pink #F6CACF
Tints of Pink #F6CACF
RGB
CMYK
RGB Variations
Color information
#F6CACF (or 0xF6CACF) is known color: Pink. HEX triplet: F6, CA and CF. RGB value is (246,202,207). Sum of RGB (Red+Green+Blue) = 246+202+207=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CACF is #093530. Grayscale: #D7D7D7. Windows color (decimal): -603441 or 13617910. OLE color: 13617910.
HSL color Cylindrical-coordinate representation of color #F6CACF: hue angle of 353.18º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6CACF is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 207 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.04 |
| HSL | 353.18º | 0.71% | 0.88% | - |
| HSV(B) | 353.18º | 0.18% | 0.96% | - |
| XYZ | 70.39 | 66.34 | 68.13 | - |
| YUV | 215.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 207 | 0 | 0.18 | 0.16 | 0.04 | 353.18 | 0.71 | 0.88 |
| Hex | F6 | CA | CF | 0 | 12 | 10 | 4 | 161 | 47 | 58 |
| Octal | 366 | 312 | 317 | 0 | 22 | 20 | 4 | 541 | 107 | 130 |
| Binary | 11110110 | 11001010 | 11001111 | 0 | 10010 | 10000 | 100 | 101100001 | 1000111 | 1011000 |
Color Harmonies of #F6CACF
Complementary color
Monochromatic Colors of #F6CACF
Black with #F6CACF
Text Example
Text Example
White with #F6CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CACF; }
p { color: rgb(246,202,207); }
H1.HeaderClassName
{
color: #F6CACF;
}
.AnyTagClassName
{
color: #F6CACF;
}
</style>
background-color css
<style>
a { background-color: #F6CACF; }
a { background-color: rgb(246,202,207); }
div.DivClassName
{
background-color: #F6CACF;
}
.BgClassName
{
background-color: #F6CACF;
}
</style>
border-color css
<style>
span { border-color: #F6CACF; }
span { border-color: rgb(246,202,207); }
td.TdClassName
{
border-color: #F6CACF;
}
.TagClassName
{
border-color: #F6CACF;
}
</style>