Shades of Carnation Pink #F69CCC
Tints of Carnation Pink #F69CCC
RGB
CMYK
RGB Variations
Color information
#F69CCC (or 0xF69CCC) is known color: Carnation Pink. HEX triplet: F6, 9C and CC. RGB value is (246,156,204). Sum of RGB (Red+Green+Blue) = 246+156+204=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CCC is #096333. Grayscale: #BCBCBC. Windows color (decimal): -615220 or 13409526. OLE color: 13409526.
HSL color Cylindrical-coordinate representation of color #F69CCC: hue angle of 328º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69CCC is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 204 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.04 |
| HSL | 328º | 0.83% | 0.79% | - |
| HSV(B) | 328º | 0.37% | 0.96% | - |
| XYZ | 60.79 | 47.73 | 63.14 | - |
| YUV | 188.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 204 | 0 | 0.37 | 0.17 | 0.04 | 328 | 0.83 | 0.79 |
| Hex | F6 | 9C | CC | 0 | 25 | 11 | 4 | 148 | 53 | 4F |
| Octal | 366 | 234 | 314 | 0 | 45 | 21 | 4 | 510 | 123 | 117 |
| Binary | 11110110 | 10011100 | 11001100 | 0 | 100101 | 10001 | 100 | 101001000 | 1010011 | 1001111 |
Color Harmonies of #F69CCC
Complementary color
Monochromatic Colors of #F69CCC
Black with #F69CCC
Text Example
Text Example
White with #F69CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69CCC; }
p { color: rgb(246,156,204); }
H1.HeaderClassName
{
color: #F69CCC;
}
.AnyTagClassName
{
color: #F69CCC;
}
</style>
background-color css
<style>
a { background-color: #F69CCC; }
a { background-color: rgb(246,156,204); }
div.DivClassName
{
background-color: #F69CCC;
}
.BgClassName
{
background-color: #F69CCC;
}
</style>
border-color css
<style>
span { border-color: #F69CCC; }
span { border-color: rgb(246,156,204); }
td.TdClassName
{
border-color: #F69CCC;
}
.TagClassName
{
border-color: #F69CCC;
}
</style>