Shades of Carnation Pink #F99ECD
Tints of Carnation Pink #F99ECD
RGB
CMYK
RGB Variations
Color information
#F99ECD (or 0xF99ECD) is known color: Carnation Pink. HEX triplet: F9, 9E and CD. RGB value is (249,158,205). Sum of RGB (Red+Green+Blue) = 249+158+205=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ECD is #066132. Grayscale: #BEBEBE. Windows color (decimal): -418099 or 13475577. OLE color: 13475577.
HSL color Cylindrical-coordinate representation of color #F99ECD: hue angle of 329.01º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99ECD is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 205 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.02 |
| HSL | 329.01º | 0.88% | 0.8% | - |
| HSV(B) | 329.01º | 0.37% | 0.98% | - |
| XYZ | 62.31 | 49 | 63.93 | - |
| YUV | 190.57 | 136.15 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 205 | 0 | 0.37 | 0.18 | 0.02 | 329.01 | 0.88 | 0.8 |
| Hex | F9 | 9E | CD | 0 | 25 | 12 | 2 | 149 | 58 | 50 |
| Octal | 371 | 236 | 315 | 0 | 45 | 22 | 2 | 511 | 130 | 120 |
| Binary | 11111001 | 10011110 | 11001101 | 0 | 100101 | 10010 | 10 | 101001001 | 1011000 | 1010000 |
Color Harmonies of #F99ECD
Complementary color
Monochromatic Colors of #F99ECD
Black with #F99ECD
Text Example
Text Example
White with #F99ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99ECD; }
p { color: rgb(249,158,205); }
H1.HeaderClassName
{
color: #F99ECD;
}
.AnyTagClassName
{
color: #F99ECD;
}
</style>
background-color css
<style>
a { background-color: #F99ECD; }
a { background-color: rgb(249,158,205); }
div.DivClassName
{
background-color: #F99ECD;
}
.BgClassName
{
background-color: #F99ECD;
}
</style>
border-color css
<style>
span { border-color: #F99ECD; }
span { border-color: rgb(249,158,205); }
td.TdClassName
{
border-color: #F99ECD;
}
.TagClassName
{
border-color: #F99ECD;
}
</style>