Shades of Carnation Pink #FF9BC4
Tints of Carnation Pink #FF9BC4
RGB
CMYK
RGB Variations
Color information
#FF9BC4 (or 0xFF9BC4) is known color: Carnation Pink. HEX triplet: FF, 9B and C4. RGB value is (255,155,196). Sum of RGB (Red+Green+Blue) = 255+155+196=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BC4 is #00643B. Grayscale: #BDBDBD. Windows color (decimal): -25660 or 12884991. OLE color: 12884991.
HSL color Cylindrical-coordinate representation of color #FF9BC4: hue angle of 335.4º 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 #FF9BC4 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 196 | - |
| CMYK | 0 | 0.39 | 0.23 | 0 |
| HSL | 335.4º | 1% | 0.8% | - |
| HSV(B) | 335.4º | 0.39% | 1% | - |
| XYZ | 62.93 | 48.69 | 58.31 | - |
| YUV | 189.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 196 | 0 | 0.39 | 0.23 | 0 | 335.4 | 1 | 0.8 |
| Hex | FF | 9B | C4 | 0 | 27 | 17 | 0 | 14F | 64 | 50 |
| Octal | 377 | 233 | 304 | 0 | 47 | 27 | 0 | 517 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11000100 | 0 | 100111 | 10111 | 0 | 101001111 | 1100100 | 1010000 |
Color Harmonies of #FF9BC4
Complementary color
Monochromatic Colors of #FF9BC4
Black with #FF9BC4
Text Example
Text Example
White with #FF9BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BC4; }
p { color: rgb(255,155,196); }
H1.HeaderClassName
{
color: #FF9BC4;
}
.AnyTagClassName
{
color: #FF9BC4;
}
</style>
background-color css
<style>
a { background-color: #FF9BC4; }
a { background-color: rgb(255,155,196); }
div.DivClassName
{
background-color: #FF9BC4;
}
.BgClassName
{
background-color: #FF9BC4;
}
</style>
border-color css
<style>
span { border-color: #FF9BC4; }
span { border-color: rgb(255,155,196); }
td.TdClassName
{
border-color: #FF9BC4;
}
.TagClassName
{
border-color: #FF9BC4;
}
</style>