Shades of Carnation Pink #F699CE
Tints of Carnation Pink #F699CE
RGB
CMYK
RGB Variations
Color information
#F699CE (or 0xF699CE) is known color: Carnation Pink. HEX triplet: F6, 99 and CE. RGB value is (246,153,206). Sum of RGB (Red+Green+Blue) = 246+153+206=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F699CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F699CE is #096631. Grayscale: #BABABA. Windows color (decimal): -615986 or 13539830. OLE color: 13539830.
HSL color Cylindrical-coordinate representation of color #F699CE: hue angle of 325.81º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F699CE is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 153 | 206 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.04 |
| HSL | 325.81º | 0.84% | 0.78% | - |
| HSV(B) | 325.81º | 0.38% | 0.96% | - |
| XYZ | 60.54 | 46.83 | 64.24 | - |
| YUV | 186.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 206 | 0 | 0.38 | 0.16 | 0.04 | 325.81 | 0.84 | 0.78 |
| Hex | F6 | 99 | CE | 0 | 26 | 10 | 4 | 146 | 54 | 4E |
| Octal | 366 | 231 | 316 | 0 | 46 | 20 | 4 | 506 | 124 | 116 |
| Binary | 11110110 | 10011001 | 11001110 | 0 | 100110 | 10000 | 100 | 101000110 | 1010100 | 1001110 |
Color Harmonies of #F699CE
Complementary color
Monochromatic Colors of #F699CE
Black with #F699CE
Text Example
Text Example
White with #F699CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F699CE; }
p { color: rgb(246,153,206); }
H1.HeaderClassName
{
color: #F699CE;
}
.AnyTagClassName
{
color: #F699CE;
}
</style>
background-color css
<style>
a { background-color: #F699CE; }
a { background-color: rgb(246,153,206); }
div.DivClassName
{
background-color: #F699CE;
}
.BgClassName
{
background-color: #F699CE;
}
</style>
border-color css
<style>
span { border-color: #F699CE; }
span { border-color: rgb(246,153,206); }
td.TdClassName
{
border-color: #F699CE;
}
.TagClassName
{
border-color: #F699CE;
}
</style>