Shades of Carnation Pink #F99DBB
Tints of Carnation Pink #F99DBB
RGB
CMYK
RGB Variations
Color information
#F99DBB (or 0xF99DBB) is known color: Carnation Pink. HEX triplet: F9, 9D and BB. RGB value is (249,157,187). Sum of RGB (Red+Green+Blue) = 249+157+187=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DBB is #066244. Grayscale: #BBBBBB. Windows color (decimal): -418373 or 12295673. OLE color: 12295673.
HSL color Cylindrical-coordinate representation of color #F99DBB: hue angle of 340.43º 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 #F99DBB is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 157 | 187 | - |
CMYK | 0 | 0.37 | 0.25 | 0.02 |
HSL | 340.43º | 0.88% | 0.8% | - |
HSV(B) | 340.43º | 0.37% | 0.98% | - |
XYZ | 60.09 | 47.84 | 53.08 | - |
YUV | 187.93 | 127.48 | 171.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 157 | 187 | 0 | 0.37 | 0.25 | 0.02 | 340.43 | 0.88 | 0.8 |
Hex | F9 | 9D | BB | 0 | 25 | 19 | 2 | 154 | 58 | 50 |
Octal | 371 | 235 | 273 | 0 | 45 | 31 | 2 | 524 | 130 | 120 |
Binary | 11111001 | 10011101 | 10111011 | 0 | 100101 | 11001 | 10 | 101010100 | 1011000 | 1010000 |
Color Harmonies of #F99DBB
Complementary color
Monochromatic Colors of #F99DBB
Black with #F99DBB
Text Example
Text Example
White with #F99DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DBB; }
p { color: rgb(249,157,187); }
H1.HeaderClassName
{
color: #F99DBB;
}
.AnyTagClassName
{
color: #F99DBB;
}
</style>
background-color css
<style>
a { background-color: #F99DBB; }
a { background-color: rgb(249,157,187); }
div.DivClassName
{
background-color: #F99DBB;
}
.BgClassName
{
background-color: #F99DBB;
}
</style>
border-color css
<style>
span { border-color: #F99DBB; }
span { border-color: rgb(249,157,187); }
td.TdClassName
{
border-color: #F99DBB;
}
.TagClassName
{
border-color: #F99DBB;
}
</style>