Shades of Carnation Pink #FD9ECE
Tints of Carnation Pink #FD9ECE
RGB
CMYK
RGB Variations
Color information
#FD9ECE (or 0xFD9ECE) is known color: Carnation Pink. HEX triplet: FD, 9E and CE. RGB value is (253,158,206). Sum of RGB (Red+Green+Blue) = 253+158+206=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9ECE is #026131. Grayscale: #BFBFBF. Windows color (decimal): -155954 or 13541117. OLE color: 13541117.
HSL color Cylindrical-coordinate representation of color #FD9ECE: hue angle of 329.68º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9ECE is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 158 | 206 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.01 |
| HSL | 329.68º | 0.96% | 0.81% | - |
| HSV(B) | 329.68º | 0.38% | 0.99% | - |
| XYZ | 63.88 | 49.79 | 64.64 | - |
| YUV | 191.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 158 | 206 | 0 | 0.38 | 0.19 | 0.01 | 329.68 | 0.96 | 0.81 |
| Hex | FD | 9E | CE | 0 | 26 | 13 | 1 | 14A | 60 | 51 |
| Octal | 375 | 236 | 316 | 0 | 46 | 23 | 1 | 512 | 140 | 121 |
| Binary | 11111101 | 10011110 | 11001110 | 0 | 100110 | 10011 | 1 | 101001010 | 1100000 | 1010001 |
Color Harmonies of #FD9ECE
Complementary color
Monochromatic Colors of #FD9ECE
Black with #FD9ECE
Text Example
Text Example
White with #FD9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9ECE; }
p { color: rgb(253,158,206); }
H1.HeaderClassName
{
color: #FD9ECE;
}
.AnyTagClassName
{
color: #FD9ECE;
}
</style>
background-color css
<style>
a { background-color: #FD9ECE; }
a { background-color: rgb(253,158,206); }
div.DivClassName
{
background-color: #FD9ECE;
}
.BgClassName
{
background-color: #FD9ECE;
}
</style>
border-color css
<style>
span { border-color: #FD9ECE; }
span { border-color: rgb(253,158,206); }
td.TdClassName
{
border-color: #FD9ECE;
}
.TagClassName
{
border-color: #FD9ECE;
}
</style>