Shades of Carnation Pink #FF9BCB
Tints of Carnation Pink #FF9BCB
RGB
CMYK
RGB Variations
Color information
#FF9BCB (or 0xFF9BCB) is known color: Carnation Pink. HEX triplet: FF, 9B and CB. RGB value is (255,155,203). Sum of RGB (Red+Green+Blue) = 255+155+203=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BCB is #006434. Grayscale: #BEBEBE. Windows color (decimal): -25653 or 13343743. OLE color: 13343743.
HSL color Cylindrical-coordinate representation of color #FF9BCB: hue angle of 331.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9BCB is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 203 | - |
| CMYK | 0 | 0.39 | 0.20 | 0 |
| HSL | 331.2º | 1% | 0.8% | - |
| HSV(B) | 331.2º | 0.39% | 1% | - |
| XYZ | 63.74 | 49.01 | 62.6 | - |
| YUV | 190.37 | 135.13 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 203 | 0 | 0.39 | 0.20 | 0 | 331.2 | 1 | 0.8 |
| Hex | FF | 9B | CB | 0 | 27 | 14 | 0 | 14B | 64 | 50 |
| Octal | 377 | 233 | 313 | 0 | 47 | 24 | 0 | 513 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11001011 | 0 | 100111 | 10100 | 0 | 101001011 | 1100100 | 1010000 |
Color Harmonies of #FF9BCB
Complementary color
Monochromatic Colors of #FF9BCB
Black with #FF9BCB
Text Example
Text Example
White with #FF9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BCB; }
p { color: rgb(255,155,203); }
H1.HeaderClassName
{
color: #FF9BCB;
}
.AnyTagClassName
{
color: #FF9BCB;
}
</style>
background-color css
<style>
a { background-color: #FF9BCB; }
a { background-color: rgb(255,155,203); }
div.DivClassName
{
background-color: #FF9BCB;
}
.BgClassName
{
background-color: #FF9BCB;
}
</style>
border-color css
<style>
span { border-color: #FF9BCB; }
span { border-color: rgb(255,155,203); }
td.TdClassName
{
border-color: #FF9BCB;
}
.TagClassName
{
border-color: #FF9BCB;
}
</style>