Shades of Carnation Pink #FF9FCE
Tints of Carnation Pink #FF9FCE
RGB
CMYK
RGB Variations
Color information
#FF9FCE (or 0xFF9FCE) is known color: Carnation Pink. HEX triplet: FF, 9F and CE. RGB value is (255,159,206). Sum of RGB (Red+Green+Blue) = 255+159+206=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FCE is #006031. Grayscale: #C0C0C0. Windows color (decimal): -24626 or 13541375. OLE color: 13541375.
HSL color Cylindrical-coordinate representation of color #FF9FCE: hue angle of 330.62º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9FCE is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 206 | - |
| CMYK | 0 | 0.38 | 0.19 | 0 |
| HSL | 330.63º | 1% | 0.81% | - |
| HSV(B) | 330.63º | 0.38% | 1% | - |
| XYZ | 64.78 | 50.51 | 64.73 | - |
| YUV | 193.06 | 135.3 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 206 | 0 | 0.38 | 0.19 | 0 | 330.63 | 1 | 0.81 |
| Hex | FF | 9F | CE | 0 | 26 | 13 | 0 | 14B | 64 | 51 |
| Octal | 377 | 237 | 316 | 0 | 46 | 23 | 0 | 513 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11001110 | 0 | 100110 | 10011 | 0 | 101001011 | 1100100 | 1010001 |
Color Harmonies of #FF9FCE
Complementary color
Monochromatic Colors of #FF9FCE
Black with #FF9FCE
Text Example
Text Example
White with #FF9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FCE; }
p { color: rgb(255,159,206); }
H1.HeaderClassName
{
color: #FF9FCE;
}
.AnyTagClassName
{
color: #FF9FCE;
}
</style>
background-color css
<style>
a { background-color: #FF9FCE; }
a { background-color: rgb(255,159,206); }
div.DivClassName
{
background-color: #FF9FCE;
}
.BgClassName
{
background-color: #FF9FCE;
}
</style>
border-color css
<style>
span { border-color: #FF9FCE; }
span { border-color: rgb(255,159,206); }
td.TdClassName
{
border-color: #FF9FCE;
}
.TagClassName
{
border-color: #FF9FCE;
}
</style>