Shades of Carnation Pink #F9ADCB
Tints of Carnation Pink #F9ADCB
RGB
CMYK
RGB Variations
Color information
#F9ADCB (or 0xF9ADCB) is known color: Carnation Pink. HEX triplet: F9, AD and CB. RGB value is (249,173,203). Sum of RGB (Red+Green+Blue) = 249+173+203=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADCB is #065234. Grayscale: #C7C7C7. Windows color (decimal): -414261 or 13348345. OLE color: 13348345.
HSL color Cylindrical-coordinate representation of color #F9ADCB: hue angle of 336.32º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADCB is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 203 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.02 |
| HSL | 336.32º | 0.86% | 0.83% | - |
| HSV(B) | 336.32º | 0.31% | 0.98% | - |
| XYZ | 64.79 | 54.34 | 63.57 | - |
| YUV | 199.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 203 | 0 | 0.31 | 0.18 | 0.02 | 336.32 | 0.86 | 0.83 |
| Hex | F9 | AD | CB | 0 | 1F | 12 | 2 | 150 | 56 | 53 |
| Octal | 371 | 255 | 313 | 0 | 37 | 22 | 2 | 520 | 126 | 123 |
| Binary | 11111001 | 10101101 | 11001011 | 0 | 11111 | 10010 | 10 | 101010000 | 1010110 | 1010011 |
Color Harmonies of #F9ADCB
Complementary color
Monochromatic Colors of #F9ADCB
Black with #F9ADCB
Text Example
Text Example
White with #F9ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADCB; }
p { color: rgb(249,173,203); }
H1.HeaderClassName
{
color: #F9ADCB;
}
.AnyTagClassName
{
color: #F9ADCB;
}
</style>
background-color css
<style>
a { background-color: #F9ADCB; }
a { background-color: rgb(249,173,203); }
div.DivClassName
{
background-color: #F9ADCB;
}
.BgClassName
{
background-color: #F9ADCB;
}
</style>
border-color css
<style>
span { border-color: #F9ADCB; }
span { border-color: rgb(249,173,203); }
td.TdClassName
{
border-color: #F9ADCB;
}
.TagClassName
{
border-color: #F9ADCB;
}
</style>