Shades of Carnation Pink #F99DCB
Tints of Carnation Pink #F99DCB
RGB
CMYK
RGB Variations
Color information
#F99DCB (or 0xF99DCB) is known color: Carnation Pink. HEX triplet: F9, 9D and CB. RGB value is (249,157,203). Sum of RGB (Red+Green+Blue) = 249+157+203=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DCB is #066234. Grayscale: #BDBDBD. Windows color (decimal): -418357 or 13344249. OLE color: 13344249.
HSL color Cylindrical-coordinate representation of color #F99DCB: hue angle of 330º 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 #F99DCB is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 203 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.02 |
| HSL | 330º | 0.88% | 0.8% | - |
| HSV(B) | 330º | 0.37% | 0.98% | - |
| XYZ | 61.9 | 48.57 | 62.61 | - |
| YUV | 189.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 203 | 0 | 0.37 | 0.18 | 0.02 | 330 | 0.88 | 0.8 |
| Hex | F9 | 9D | CB | 0 | 25 | 12 | 2 | 14A | 58 | 50 |
| Octal | 371 | 235 | 313 | 0 | 45 | 22 | 2 | 512 | 130 | 120 |
| Binary | 11111001 | 10011101 | 11001011 | 0 | 100101 | 10010 | 10 | 101001010 | 1011000 | 1010000 |
Color Harmonies of #F99DCB
Complementary color
Monochromatic Colors of #F99DCB
Black with #F99DCB
Text Example
Text Example
White with #F99DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DCB; }
p { color: rgb(249,157,203); }
H1.HeaderClassName
{
color: #F99DCB;
}
.AnyTagClassName
{
color: #F99DCB;
}
</style>
background-color css
<style>
a { background-color: #F99DCB; }
a { background-color: rgb(249,157,203); }
div.DivClassName
{
background-color: #F99DCB;
}
.BgClassName
{
background-color: #F99DCB;
}
</style>
border-color css
<style>
span { border-color: #F99DCB; }
span { border-color: rgb(249,157,203); }
td.TdClassName
{
border-color: #F99DCB;
}
.TagClassName
{
border-color: #F99DCB;
}
</style>