Shades of Carnation Pink #FF9BCD
Tints of Carnation Pink #FF9BCD
RGB
CMYK
RGB Variations
Color information
#FF9BCD (or 0xFF9BCD) is known color: Carnation Pink. HEX triplet: FF, 9B and CD. RGB value is (255,155,205). Sum of RGB (Red+Green+Blue) = 255+155+205=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BCD is #006432. Grayscale: #BEBEBE. Windows color (decimal): -25651 or 13474815. OLE color: 13474815.
HSL color Cylindrical-coordinate representation of color #FF9BCD: hue angle of 330º 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 #FF9BCD is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 155 | 205 | - |
CMYK | 0 | 0.39 | 0.20 | 0 |
HSL | 330º | 1% | 0.8% | - |
HSV(B) | 330º | 0.39% | 1% | - |
XYZ | 63.98 | 49.11 | 63.86 | - |
YUV | 190.6 | 136.13 | 173.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 155 | 205 | 0 | 0.39 | 0.20 | 0 | 330 | 1 | 0.8 |
Hex | FF | 9B | CD | 0 | 27 | 14 | 0 | 14A | 64 | 50 |
Octal | 377 | 233 | 315 | 0 | 47 | 24 | 0 | 512 | 144 | 120 |
Binary | 11111111 | 10011011 | 11001101 | 0 | 100111 | 10100 | 0 | 101001010 | 1100100 | 1010000 |
Color Harmonies of #FF9BCD
Complementary color
Monochromatic Colors of #FF9BCD
Black with #FF9BCD
Text Example
Text Example
White with #FF9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BCD; }
p { color: rgb(255,155,205); }
H1.HeaderClassName
{
color: #FF9BCD;
}
.AnyTagClassName
{
color: #FF9BCD;
}
</style>
background-color css
<style>
a { background-color: #FF9BCD; }
a { background-color: rgb(255,155,205); }
div.DivClassName
{
background-color: #FF9BCD;
}
.BgClassName
{
background-color: #FF9BCD;
}
</style>
border-color css
<style>
span { border-color: #FF9BCD; }
span { border-color: rgb(255,155,205); }
td.TdClassName
{
border-color: #FF9BCD;
}
.TagClassName
{
border-color: #FF9BCD;
}
</style>