Shades of Carnation Pink #FF94BD
Tints of Carnation Pink #FF94BD
RGB
CMYK
RGB Variations
Color information
#FF94BD (or 0xFF94BD) is known color: Carnation Pink. HEX triplet: FF, 94 and BD. RGB value is (255,148,189). Sum of RGB (Red+Green+Blue) = 255+148+189=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94BD is #006B42. Grayscale: #B8B8B8. Windows color (decimal): -27459 or 12424447. OLE color: 12424447.
HSL color Cylindrical-coordinate representation of color #FF94BD: hue angle of 337.01º 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 #FF94BD is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 189 | - |
| CMYK | 0 | 0.42 | 0.26 | 0 |
| HSL | 337.01º | 1% | 0.79% | - |
| HSV(B) | 337.01º | 0.42% | 1% | - |
| XYZ | 61.02 | 46.11 | 53.83 | - |
| YUV | 184.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 189 | 0 | 0.42 | 0.26 | 0 | 337.01 | 1 | 0.79 |
| Hex | FF | 94 | BD | 0 | 2A | 1A | 0 | 151 | 64 | 4F |
| Octal | 377 | 224 | 275 | 0 | 52 | 32 | 0 | 521 | 144 | 117 |
| Binary | 11111111 | 10010100 | 10111101 | 0 | 101010 | 11010 | 0 | 101010001 | 1100100 | 1001111 |
Color Harmonies of #FF94BD
Complementary color
Monochromatic Colors of #FF94BD
Black with #FF94BD
Text Example
Text Example
White with #FF94BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF94BD; }
p { color: rgb(255,148,189); }
H1.HeaderClassName
{
color: #FF94BD;
}
.AnyTagClassName
{
color: #FF94BD;
}
</style>
background-color css
<style>
a { background-color: #FF94BD; }
a { background-color: rgb(255,148,189); }
div.DivClassName
{
background-color: #FF94BD;
}
.BgClassName
{
background-color: #FF94BD;
}
</style>
border-color css
<style>
span { border-color: #FF94BD; }
span { border-color: rgb(255,148,189); }
td.TdClassName
{
border-color: #FF94BD;
}
.TagClassName
{
border-color: #FF94BD;
}
</style>