Shades of Pink #FEC3CD
Tints of Pink #FEC3CD
RGB
CMYK
RGB Variations
Color information
#FEC3CD (or 0xFEC3CD) is known color: Pink. HEX triplet: FE, C3 and CD. RGB value is (254,195,205). Sum of RGB (Red+Green+Blue) = 254+195+205=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3CD is #013C32. Grayscale: #D5D5D5. Windows color (decimal): -80947 or 13485054. OLE color: 13485054.
HSL color Cylindrical-coordinate representation of color #FEC3CD: hue angle of 349.83º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC3CD is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 195 | 205 | - |
CMYK | 0 | 0.23 | 0.19 | 0.00 |
HSL | 349.83º | 0.97% | 0.88% | - |
HSV(B) | 349.83º | 0.23% | 1% | - |
XYZ | 71.41 | 64.51 | 66.45 | - |
YUV | 213.78 | 123.05 | 156.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 195 | 205 | 0 | 0.23 | 0.19 | 0.00 | 349.83 | 0.97 | 0.88 |
Hex | FE | C3 | CD | 0 | 17 | 13 | 0 | 15E | 61 | 58 |
Octal | 376 | 303 | 315 | 0 | 27 | 23 | 0 | 536 | 141 | 130 |
Binary | 11111110 | 11000011 | 11001101 | 0 | 10111 | 10011 | 0 | 101011110 | 1100001 | 1011000 |
Color Harmonies of #FEC3CD
Complementary color
Monochromatic Colors of #FEC3CD
Black with #FEC3CD
Text Example
Text Example
White with #FEC3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3CD; }
p { color: rgb(254,195,205); }
H1.HeaderClassName
{
color: #FEC3CD;
}
.AnyTagClassName
{
color: #FEC3CD;
}
</style>
background-color css
<style>
a { background-color: #FEC3CD; }
a { background-color: rgb(254,195,205); }
div.DivClassName
{
background-color: #FEC3CD;
}
.BgClassName
{
background-color: #FEC3CD;
}
</style>
border-color css
<style>
span { border-color: #FEC3CD; }
span { border-color: rgb(254,195,205); }
td.TdClassName
{
border-color: #FEC3CD;
}
.TagClassName
{
border-color: #FEC3CD;
}
</style>