Shades of Carnation Pink #F69ACE
Tints of Carnation Pink #F69ACE
RGB
CMYK
RGB Variations
Color information
#F69ACE (or 0xF69ACE) is known color: Carnation Pink. HEX triplet: F6, 9A and CE. RGB value is (246,154,206). Sum of RGB (Red+Green+Blue) = 246+154+206=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ACE is #096531. Grayscale: #BBBBBB. Windows color (decimal): -615730 or 13540086. OLE color: 13540086.
HSL color Cylindrical-coordinate representation of color #F69ACE: hue angle of 326.09º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69ACE is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 206 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.04 |
| HSL | 326.09º | 0.84% | 0.78% | - |
| HSV(B) | 326.09º | 0.37% | 0.96% | - |
| XYZ | 60.7 | 47.16 | 64.3 | - |
| YUV | 187.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 206 | 0 | 0.37 | 0.16 | 0.04 | 326.09 | 0.84 | 0.78 |
| Hex | F6 | 9A | CE | 0 | 25 | 10 | 4 | 146 | 54 | 4E |
| Octal | 366 | 232 | 316 | 0 | 45 | 20 | 4 | 506 | 124 | 116 |
| Binary | 11110110 | 10011010 | 11001110 | 0 | 100101 | 10000 | 100 | 101000110 | 1010100 | 1001110 |
Color Harmonies of #F69ACE
Complementary color
Monochromatic Colors of #F69ACE
Black with #F69ACE
Text Example
Text Example
White with #F69ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69ACE; }
p { color: rgb(246,154,206); }
H1.HeaderClassName
{
color: #F69ACE;
}
.AnyTagClassName
{
color: #F69ACE;
}
</style>
background-color css
<style>
a { background-color: #F69ACE; }
a { background-color: rgb(246,154,206); }
div.DivClassName
{
background-color: #F69ACE;
}
.BgClassName
{
background-color: #F69ACE;
}
</style>
border-color css
<style>
span { border-color: #F69ACE; }
span { border-color: rgb(246,154,206); }
td.TdClassName
{
border-color: #F69ACE;
}
.TagClassName
{
border-color: #F69ACE;
}
</style>