Shades of Carnation Pink #F69DCC
Tints of Carnation Pink #F69DCC
RGB
CMYK
RGB Variations
Color information
#F69DCC (or 0xF69DCC) is known color: Carnation Pink. HEX triplet: F6, 9D and CC. RGB value is (246,157,204). Sum of RGB (Red+Green+Blue) = 246+157+204=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69DCC is #096233. Grayscale: #BCBCBC. Windows color (decimal): -614964 or 13409782. OLE color: 13409782.
HSL color Cylindrical-coordinate representation of color #F69DCC: hue angle of 328.31º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69DCC is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 157 | 204 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.04 |
| HSL | 328.31º | 0.83% | 0.79% | - |
| HSV(B) | 328.31º | 0.36% | 0.96% | - |
| XYZ | 60.96 | 48.07 | 63.19 | - |
| YUV | 188.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 157 | 204 | 0 | 0.36 | 0.17 | 0.04 | 328.31 | 0.83 | 0.79 |
| Hex | F6 | 9D | CC | 0 | 24 | 11 | 4 | 148 | 53 | 4F |
| Octal | 366 | 235 | 314 | 0 | 44 | 21 | 4 | 510 | 123 | 117 |
| Binary | 11110110 | 10011101 | 11001100 | 0 | 100100 | 10001 | 100 | 101001000 | 1010011 | 1001111 |
Color Harmonies of #F69DCC
Complementary color
Monochromatic Colors of #F69DCC
Black with #F69DCC
Text Example
Text Example
White with #F69DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69DCC; }
p { color: rgb(246,157,204); }
H1.HeaderClassName
{
color: #F69DCC;
}
.AnyTagClassName
{
color: #F69DCC;
}
</style>
background-color css
<style>
a { background-color: #F69DCC; }
a { background-color: rgb(246,157,204); }
div.DivClassName
{
background-color: #F69DCC;
}
.BgClassName
{
background-color: #F69DCC;
}
</style>
border-color css
<style>
span { border-color: #F69DCC; }
span { border-color: rgb(246,157,204); }
td.TdClassName
{
border-color: #F69DCC;
}
.TagClassName
{
border-color: #F69DCC;
}
</style>