Shades of Your Pink #FECDC2
Tints of Your Pink #FECDC2
RGB
CMYK
RGB Variations
Color information
#FECDC2 (or 0xFECDC2) is known color: Your Pink. HEX triplet: FE, CD and C2. RGB value is (254,205,194). Sum of RGB (Red+Green+Blue) = 254+205+194=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDC2 is #01323D. Grayscale: #DADADA. Windows color (decimal): -78398 or 12766718. OLE color: 12766718.
HSL color Cylindrical-coordinate representation of color #FECDC2: hue angle of 11º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FECDC2 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 194 | - |
CMYK | 0 | 0.19 | 0.24 | 0.00 |
HSL | 11º | 0.97% | 0.88% | - |
HSV(B) | 11º | 0.24% | 1% | - |
XYZ | 72.44 | 68.63 | 60.47 | - |
YUV | 218.4 | 114.23 | 153.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 194 | 0 | 0.19 | 0.24 | 0.00 | 11 | 0.97 | 0.88 |
Hex | FE | CD | C2 | 0 | 13 | 18 | 0 | B | 61 | 58 |
Octal | 376 | 315 | 302 | 0 | 23 | 30 | 0 | 13 | 141 | 130 |
Binary | 11111110 | 11001101 | 11000010 | 0 | 10011 | 11000 | 0 | 1011 | 1100001 | 1011000 |
Color Harmonies of #FECDC2
Complementary color
Monochromatic Colors of #FECDC2
Black with #FECDC2
Text Example
Text Example
White with #FECDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDC2; }
p { color: rgb(254,205,194); }
H1.HeaderClassName
{
color: #FECDC2;
}
.AnyTagClassName
{
color: #FECDC2;
}
</style>
background-color css
<style>
a { background-color: #FECDC2; }
a { background-color: rgb(254,205,194); }
div.DivClassName
{
background-color: #FECDC2;
}
.BgClassName
{
background-color: #FECDC2;
}
</style>
border-color css
<style>
span { border-color: #FECDC2; }
span { border-color: rgb(254,205,194); }
td.TdClassName
{
border-color: #FECDC2;
}
.TagClassName
{
border-color: #FECDC2;
}
</style>