Shades of Carnation Pink #FF9DCB
Tints of Carnation Pink #FF9DCB
RGB
CMYK
RGB Variations
Color information
#FF9DCB (or 0xFF9DCB) is known color: Carnation Pink. HEX triplet: FF, 9D and CB. RGB value is (255,157,203). Sum of RGB (Red+Green+Blue) = 255+157+203=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DCB is #006234. Grayscale: #BFBFBF. Windows color (decimal): -25141 or 13344255. OLE color: 13344255.
HSL color Cylindrical-coordinate representation of color #FF9DCB: hue angle of 331.84º 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 #FF9DCB is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 203 | - |
| CMYK | 0 | 0.38 | 0.20 | 0 |
| HSL | 331.84º | 1% | 0.81% | - |
| HSV(B) | 331.84º | 0.38% | 1% | - |
| XYZ | 64.08 | 49.69 | 62.71 | - |
| YUV | 191.55 | 134.47 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 203 | 0 | 0.38 | 0.20 | 0 | 331.84 | 1 | 0.81 |
| Hex | FF | 9D | CB | 0 | 26 | 14 | 0 | 14C | 64 | 51 |
| Octal | 377 | 235 | 313 | 0 | 46 | 24 | 0 | 514 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11001011 | 0 | 100110 | 10100 | 0 | 101001100 | 1100100 | 1010001 |
Color Harmonies of #FF9DCB
Complementary color
Monochromatic Colors of #FF9DCB
Black with #FF9DCB
Text Example
Text Example
White with #FF9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DCB; }
p { color: rgb(255,157,203); }
H1.HeaderClassName
{
color: #FF9DCB;
}
.AnyTagClassName
{
color: #FF9DCB;
}
</style>
background-color css
<style>
a { background-color: #FF9DCB; }
a { background-color: rgb(255,157,203); }
div.DivClassName
{
background-color: #FF9DCB;
}
.BgClassName
{
background-color: #FF9DCB;
}
</style>
border-color css
<style>
span { border-color: #FF9DCB; }
span { border-color: rgb(255,157,203); }
td.TdClassName
{
border-color: #FF9DCB;
}
.TagClassName
{
border-color: #FF9DCB;
}
</style>