Shades of Carnation Pink #FF9FCB
Tints of Carnation Pink #FF9FCB
RGB
CMYK
RGB Variations
Color information
#FF9FCB (or 0xFF9FCB) is known color: Carnation Pink. HEX triplet: FF, 9F and CB. RGB value is (255,159,203). Sum of RGB (Red+Green+Blue) = 255+159+203=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FCB is #006034. Grayscale: #C0C0C0. Windows color (decimal): -24629 or 13344767. OLE color: 13344767.
HSL color Cylindrical-coordinate representation of color #FF9FCB: hue angle of 332.5º 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 #FF9FCB is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 203 | - |
| CMYK | 0 | 0.38 | 0.20 | 0 |
| HSL | 332.5º | 1% | 0.81% | - |
| HSV(B) | 332.5º | 0.38% | 1% | - |
| XYZ | 64.42 | 50.37 | 62.83 | - |
| YUV | 192.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 203 | 0 | 0.38 | 0.20 | 0 | 332.5 | 1 | 0.81 |
| Hex | FF | 9F | CB | 0 | 26 | 14 | 0 | 14C | 64 | 51 |
| Octal | 377 | 237 | 313 | 0 | 46 | 24 | 0 | 514 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11001011 | 0 | 100110 | 10100 | 0 | 101001100 | 1100100 | 1010001 |
Color Harmonies of #FF9FCB
Complementary color
Monochromatic Colors of #FF9FCB
Black with #FF9FCB
Text Example
Text Example
White with #FF9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FCB; }
p { color: rgb(255,159,203); }
H1.HeaderClassName
{
color: #FF9FCB;
}
.AnyTagClassName
{
color: #FF9FCB;
}
</style>
background-color css
<style>
a { background-color: #FF9FCB; }
a { background-color: rgb(255,159,203); }
div.DivClassName
{
background-color: #FF9FCB;
}
.BgClassName
{
background-color: #FF9FCB;
}
</style>
border-color css
<style>
span { border-color: #FF9FCB; }
span { border-color: rgb(255,159,203); }
td.TdClassName
{
border-color: #FF9FCB;
}
.TagClassName
{
border-color: #FF9FCB;
}
</style>