Shades of Carnation Pink #FF95D1
Tints of Carnation Pink #FF95D1
RGB
CMYK
RGB Variations
Color information
#FF95D1 (or 0xFF95D1) is known color: Carnation Pink. HEX triplet: FF, 95 and D1. RGB value is (255,149,209). Sum of RGB (Red+Green+Blue) = 255+149+209=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95D1 is #006A2E. Grayscale: #BBBBBB. Windows color (decimal): -27183 or 13735423. OLE color: 13735423.
HSL color Cylindrical-coordinate representation of color #FF95D1: hue angle of 326.04º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF95D1 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 209 | - |
| CMYK | 0 | 0.42 | 0.18 | 0 |
| HSL | 326.04º | 1% | 0.79% | - |
| HSV(B) | 326.04º | 0.42% | 1% | - |
| XYZ | 63.5 | 47.36 | 66.12 | - |
| YUV | 187.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 209 | 0 | 0.42 | 0.18 | 0 | 326.04 | 1 | 0.79 |
| Hex | FF | 95 | D1 | 0 | 2A | 12 | 0 | 146 | 64 | 4F |
| Octal | 377 | 225 | 321 | 0 | 52 | 22 | 0 | 506 | 144 | 117 |
| Binary | 11111111 | 10010101 | 11010001 | 0 | 101010 | 10010 | 0 | 101000110 | 1100100 | 1001111 |
Color Harmonies of #FF95D1
Complementary color
Monochromatic Colors of #FF95D1
Black with #FF95D1
Text Example
Text Example
White with #FF95D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF95D1; }
p { color: rgb(255,149,209); }
H1.HeaderClassName
{
color: #FF95D1;
}
.AnyTagClassName
{
color: #FF95D1;
}
</style>
background-color css
<style>
a { background-color: #FF95D1; }
a { background-color: rgb(255,149,209); }
div.DivClassName
{
background-color: #FF95D1;
}
.BgClassName
{
background-color: #FF95D1;
}
</style>
border-color css
<style>
span { border-color: #FF95D1; }
span { border-color: rgb(255,149,209); }
td.TdClassName
{
border-color: #FF95D1;
}
.TagClassName
{
border-color: #FF95D1;
}
</style>