Shades of Carnation Pink #F99CCD
Tints of Carnation Pink #F99CCD
RGB
CMYK
RGB Variations
Color information
#F99CCD (or 0xF99CCD) is known color: Carnation Pink. HEX triplet: F9, 9C and CD. RGB value is (249,156,205). Sum of RGB (Red+Green+Blue) = 249+156+205=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CCD is #066332. Grayscale: #BDBDBD. Windows color (decimal): -418611 or 13475065. OLE color: 13475065.
HSL color Cylindrical-coordinate representation of color #F99CCD: hue angle of 328.39º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CCD is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 205 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.02 |
| HSL | 328.39º | 0.89% | 0.79% | - |
| HSV(B) | 328.39º | 0.37% | 0.98% | - |
| XYZ | 61.97 | 48.32 | 63.82 | - |
| YUV | 189.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 205 | 0 | 0.37 | 0.18 | 0.02 | 328.39 | 0.89 | 0.79 |
| Hex | F9 | 9C | CD | 0 | 25 | 12 | 2 | 148 | 59 | 4F |
| Octal | 371 | 234 | 315 | 0 | 45 | 22 | 2 | 510 | 131 | 117 |
| Binary | 11111001 | 10011100 | 11001101 | 0 | 100101 | 10010 | 10 | 101001000 | 1011001 | 1001111 |
Color Harmonies of #F99CCD
Complementary color
Monochromatic Colors of #F99CCD
Black with #F99CCD
Text Example
Text Example
White with #F99CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CCD; }
p { color: rgb(249,156,205); }
H1.HeaderClassName
{
color: #F99CCD;
}
.AnyTagClassName
{
color: #F99CCD;
}
</style>
background-color css
<style>
a { background-color: #F99CCD; }
a { background-color: rgb(249,156,205); }
div.DivClassName
{
background-color: #F99CCD;
}
.BgClassName
{
background-color: #F99CCD;
}
</style>
border-color css
<style>
span { border-color: #F99CCD; }
span { border-color: rgb(249,156,205); }
td.TdClassName
{
border-color: #F99CCD;
}
.TagClassName
{
border-color: #F99CCD;
}
</style>