Shades of Carnation Pink #FE97D0
Tints of Carnation Pink #FE97D0
RGB
CMYK
RGB Variations
Color information
#FE97D0 (or 0xFE97D0) is known color: Carnation Pink. HEX triplet: FE, 97 and D0. RGB value is (254,151,208). Sum of RGB (Red+Green+Blue) = 254+151+208=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 151 (59.38% from 255 or 24.63% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97D0 is #01682F. Grayscale: #BCBCBC. Windows color (decimal): -92208 or 13670398. OLE color: 13670398.
HSL color Cylindrical-coordinate representation of color #FE97D0: hue angle of 326.8º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE97D0 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 208 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.00 |
| HSL | 326.8º | 0.98% | 0.79% | - |
| HSV(B) | 326.8º | 0.41% | 1% | - |
| XYZ | 63.32 | 47.76 | 65.56 | - |
| YUV | 188.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 208 | 0 | 0.41 | 0.18 | 0.00 | 326.8 | 0.98 | 0.79 |
| Hex | FE | 97 | D0 | 0 | 29 | 12 | 0 | 147 | 62 | 4F |
| Octal | 376 | 227 | 320 | 0 | 51 | 22 | 0 | 507 | 142 | 117 |
| Binary | 11111110 | 10010111 | 11010000 | 0 | 101001 | 10010 | 0 | 101000111 | 1100010 | 1001111 |
Color Harmonies of #FE97D0
Complementary color
Monochromatic Colors of #FE97D0
Black with #FE97D0
Text Example
Text Example
White with #FE97D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE97D0; }
p { color: rgb(254,151,208); }
H1.HeaderClassName
{
color: #FE97D0;
}
.AnyTagClassName
{
color: #FE97D0;
}
</style>
background-color css
<style>
a { background-color: #FE97D0; }
a { background-color: rgb(254,151,208); }
div.DivClassName
{
background-color: #FE97D0;
}
.BgClassName
{
background-color: #FE97D0;
}
</style>
border-color css
<style>
span { border-color: #FE97D0; }
span { border-color: rgb(254,151,208); }
td.TdClassName
{
border-color: #FE97D0;
}
.TagClassName
{
border-color: #FE97D0;
}
</style>