Shades of Carnation Pink #FF94C3
Tints of Carnation Pink #FF94C3
RGB
CMYK
RGB Variations
Color information
#FF94C3 (or 0xFF94C3) is known color: Carnation Pink. HEX triplet: FF, 94 and C3. RGB value is (255,148,195). Sum of RGB (Red+Green+Blue) = 255+148+195=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94C3 is #006B3C. Grayscale: #B9B9B9. Windows color (decimal): -27453 or 12817663. OLE color: 12817663.
HSL color Cylindrical-coordinate representation of color #FF94C3: hue angle of 333.64º 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 #FF94C3 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 195 | - |
| CMYK | 0 | 0.42 | 0.24 | 0 |
| HSL | 333.64º | 1% | 0.79% | - |
| HSV(B) | 333.64º | 0.42% | 1% | - |
| XYZ | 61.68 | 46.38 | 57.33 | - |
| YUV | 185.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 195 | 0 | 0.42 | 0.24 | 0 | 333.64 | 1 | 0.79 |
| Hex | FF | 94 | C3 | 0 | 2A | 18 | 0 | 14E | 64 | 4F |
| Octal | 377 | 224 | 303 | 0 | 52 | 30 | 0 | 516 | 144 | 117 |
| Binary | 11111111 | 10010100 | 11000011 | 0 | 101010 | 11000 | 0 | 101001110 | 1100100 | 1001111 |
Color Harmonies of #FF94C3
Complementary color
Monochromatic Colors of #FF94C3
Black with #FF94C3
Text Example
Text Example
White with #FF94C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF94C3; }
p { color: rgb(255,148,195); }
H1.HeaderClassName
{
color: #FF94C3;
}
.AnyTagClassName
{
color: #FF94C3;
}
</style>
background-color css
<style>
a { background-color: #FF94C3; }
a { background-color: rgb(255,148,195); }
div.DivClassName
{
background-color: #FF94C3;
}
.BgClassName
{
background-color: #FF94C3;
}
</style>
border-color css
<style>
span { border-color: #FF94C3; }
span { border-color: rgb(255,148,195); }
td.TdClassName
{
border-color: #FF94C3;
}
.TagClassName
{
border-color: #FF94C3;
}
</style>