Shades of Carnation Pink #FF94BC
Tints of Carnation Pink #FF94BC
RGB
CMYK
RGB Variations
Color information
#FF94BC (or 0xFF94BC) is known color: Carnation Pink. HEX triplet: FF, 94 and BC. RGB value is (255,148,188). Sum of RGB (Red+Green+Blue) = 255+148+188=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94BC is #006B43. Grayscale: #B8B8B8. Windows color (decimal): -27460 or 12358911. OLE color: 12358911.
HSL color Cylindrical-coordinate representation of color #FF94BC: hue angle of 337.57º 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 #FF94BC is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 188 | - |
| CMYK | 0 | 0.42 | 0.26 | 0 |
| HSL | 337.57º | 1% | 0.79% | - |
| HSV(B) | 337.57º | 0.42% | 1% | - |
| XYZ | 60.91 | 46.07 | 53.26 | - |
| YUV | 184.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 188 | 0 | 0.42 | 0.26 | 0 | 337.57 | 1 | 0.79 |
| Hex | FF | 94 | BC | 0 | 2A | 1A | 0 | 152 | 64 | 4F |
| Octal | 377 | 224 | 274 | 0 | 52 | 32 | 0 | 522 | 144 | 117 |
| Binary | 11111111 | 10010100 | 10111100 | 0 | 101010 | 11010 | 0 | 101010010 | 1100100 | 1001111 |
Color Harmonies of #FF94BC
Complementary color
Monochromatic Colors of #FF94BC
Black with #FF94BC
Text Example
Text Example
White with #FF94BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF94BC; }
p { color: rgb(255,148,188); }
H1.HeaderClassName
{
color: #FF94BC;
}
.AnyTagClassName
{
color: #FF94BC;
}
</style>
background-color css
<style>
a { background-color: #FF94BC; }
a { background-color: rgb(255,148,188); }
div.DivClassName
{
background-color: #FF94BC;
}
.BgClassName
{
background-color: #FF94BC;
}
</style>
border-color css
<style>
span { border-color: #FF94BC; }
span { border-color: rgb(255,148,188); }
td.TdClassName
{
border-color: #FF94BC;
}
.TagClassName
{
border-color: #FF94BC;
}
</style>