Shades of Carnation Pink #FF95CA
Tints of Carnation Pink #FF95CA
RGB
CMYK
RGB Variations
Color information
#FF95CA (or 0xFF95CA) is known color: Carnation Pink. HEX triplet: FF, 95 and CA. RGB value is (255,149,202). Sum of RGB (Red+Green+Blue) = 255+149+202=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95CA is #006A35. Grayscale: #BABABA. Windows color (decimal): -27190 or 13276671. OLE color: 13276671.
HSL color Cylindrical-coordinate representation of color #FF95CA: hue angle of 330º 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 #FF95CA is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 202 | - |
| CMYK | 0 | 0.42 | 0.21 | 0 |
| HSL | 330º | 1% | 0.79% | - |
| HSV(B) | 330º | 0.42% | 1% | - |
| XYZ | 62.65 | 47.02 | 61.65 | - |
| YUV | 186.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 202 | 0 | 0.42 | 0.21 | 0 | 330 | 1 | 0.79 |
| Hex | FF | 95 | CA | 0 | 2A | 15 | 0 | 14A | 64 | 4F |
| Octal | 377 | 225 | 312 | 0 | 52 | 25 | 0 | 512 | 144 | 117 |
| Binary | 11111111 | 10010101 | 11001010 | 0 | 101010 | 10101 | 0 | 101001010 | 1100100 | 1001111 |
Color Harmonies of #FF95CA
Complementary color
Monochromatic Colors of #FF95CA
Black with #FF95CA
Text Example
Text Example
White with #FF95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF95CA; }
p { color: rgb(255,149,202); }
H1.HeaderClassName
{
color: #FF95CA;
}
.AnyTagClassName
{
color: #FF95CA;
}
</style>
background-color css
<style>
a { background-color: #FF95CA; }
a { background-color: rgb(255,149,202); }
div.DivClassName
{
background-color: #FF95CA;
}
.BgClassName
{
background-color: #FF95CA;
}
</style>
border-color css
<style>
span { border-color: #FF95CA; }
span { border-color: rgb(255,149,202); }
td.TdClassName
{
border-color: #FF95CA;
}
.TagClassName
{
border-color: #FF95CA;
}
</style>