Shades of Carnation Pink #F99DCE
Tints of Carnation Pink #F99DCE
RGB
CMYK
RGB Variations
Color information
#F99DCE (or 0xF99DCE) is known color: Carnation Pink. HEX triplet: F9, 9D and CE. RGB value is (249,157,206). Sum of RGB (Red+Green+Blue) = 249+157+206=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DCE is #066231. Grayscale: #BDBDBD. Windows color (decimal): -418354 or 13540857. OLE color: 13540857.
HSL color Cylindrical-coordinate representation of color #F99DCE: hue angle of 328.04º 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 #F99DCE is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 206 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.02 |
| HSL | 328.04º | 0.88% | 0.8% | - |
| HSV(B) | 328.04º | 0.37% | 0.98% | - |
| XYZ | 62.26 | 48.71 | 64.51 | - |
| YUV | 190.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 206 | 0 | 0.37 | 0.17 | 0.02 | 328.04 | 0.88 | 0.8 |
| Hex | F9 | 9D | CE | 0 | 25 | 11 | 2 | 148 | 58 | 50 |
| Octal | 371 | 235 | 316 | 0 | 45 | 21 | 2 | 510 | 130 | 120 |
| Binary | 11111001 | 10011101 | 11001110 | 0 | 100101 | 10001 | 10 | 101001000 | 1011000 | 1010000 |
Color Harmonies of #F99DCE
Complementary color
Monochromatic Colors of #F99DCE
Black with #F99DCE
Text Example
Text Example
White with #F99DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DCE; }
p { color: rgb(249,157,206); }
H1.HeaderClassName
{
color: #F99DCE;
}
.AnyTagClassName
{
color: #F99DCE;
}
</style>
background-color css
<style>
a { background-color: #F99DCE; }
a { background-color: rgb(249,157,206); }
div.DivClassName
{
background-color: #F99DCE;
}
.BgClassName
{
background-color: #F99DCE;
}
</style>
border-color css
<style>
span { border-color: #F99DCE; }
span { border-color: rgb(249,157,206); }
td.TdClassName
{
border-color: #F99DCE;
}
.TagClassName
{
border-color: #F99DCE;
}
</style>