Shades of Carnation Pink #FF95D0
Tints of Carnation Pink #FF95D0
RGB
CMYK
RGB Variations
Color information
#FF95D0 (or 0xFF95D0) is known color: Carnation Pink. HEX triplet: FF, 95 and D0. RGB value is (255,149,208). Sum of RGB (Red+Green+Blue) = 255+149+208=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95D0 is #006A2F. Grayscale: #BBBBBB. Windows color (decimal): -27184 or 13669887. OLE color: 13669887.
HSL color Cylindrical-coordinate representation of color #FF95D0: hue angle of 326.6º 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 #FF95D0 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 208 | - |
| CMYK | 0 | 0.42 | 0.18 | 0 |
| HSL | 326.6º | 1% | 0.79% | - |
| HSV(B) | 326.6º | 0.42% | 1% | - |
| XYZ | 63.37 | 47.31 | 65.47 | - |
| YUV | 187.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 208 | 0 | 0.42 | 0.18 | 0 | 326.6 | 1 | 0.79 |
| Hex | FF | 95 | D0 | 0 | 2A | 12 | 0 | 147 | 64 | 4F |
| Octal | 377 | 225 | 320 | 0 | 52 | 22 | 0 | 507 | 144 | 117 |
| Binary | 11111111 | 10010101 | 11010000 | 0 | 101010 | 10010 | 0 | 101000111 | 1100100 | 1001111 |
Color Harmonies of #FF95D0
Complementary color
Monochromatic Colors of #FF95D0
Black with #FF95D0
Text Example
Text Example
White with #FF95D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF95D0; }
p { color: rgb(255,149,208); }
H1.HeaderClassName
{
color: #FF95D0;
}
.AnyTagClassName
{
color: #FF95D0;
}
</style>
background-color css
<style>
a { background-color: #FF95D0; }
a { background-color: rgb(255,149,208); }
div.DivClassName
{
background-color: #FF95D0;
}
.BgClassName
{
background-color: #FF95D0;
}
</style>
border-color css
<style>
span { border-color: #FF95D0; }
span { border-color: rgb(255,149,208); }
td.TdClassName
{
border-color: #FF95D0;
}
.TagClassName
{
border-color: #FF95D0;
}
</style>