Shades of Pink #FECCD2
Tints of Pink #FECCD2
RGB
CMYK
RGB Variations
Color information
#FECCD2 (or 0xFECCD2) is known color: Pink. HEX triplet: FE, CC and D2. RGB value is (254,204,210). Sum of RGB (Red+Green+Blue) = 254+204+210=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCD2 is #01332D. Grayscale: #DBDBDB. Windows color (decimal): -78638 or 13815038. OLE color: 13815038.
HSL color Cylindrical-coordinate representation of color #FECCD2: hue angle of 352.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECCD2 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 210 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.00 |
| HSL | 352.8º | 0.96% | 0.9% | - |
| HSV(B) | 352.8º | 0.2% | 1% | - |
| XYZ | 74.1 | 68.91 | 70.37 | - |
| YUV | 219.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 210 | 0 | 0.20 | 0.17 | 0.00 | 352.8 | 0.96 | 0.9 |
| Hex | FE | CC | D2 | 0 | 14 | 11 | 0 | 161 | 60 | 5A |
| Octal | 376 | 314 | 322 | 0 | 24 | 21 | 0 | 541 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11010010 | 0 | 10100 | 10001 | 0 | 101100001 | 1100000 | 1011010 |
Color Harmonies of #FECCD2
Complementary color
Monochromatic Colors of #FECCD2
Black with #FECCD2
Text Example
Text Example
White with #FECCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCD2; }
p { color: rgb(254,204,210); }
H1.HeaderClassName
{
color: #FECCD2;
}
.AnyTagClassName
{
color: #FECCD2;
}
</style>
background-color css
<style>
a { background-color: #FECCD2; }
a { background-color: rgb(254,204,210); }
div.DivClassName
{
background-color: #FECCD2;
}
.BgClassName
{
background-color: #FECCD2;
}
</style>
border-color css
<style>
span { border-color: #FECCD2; }
span { border-color: rgb(254,204,210); }
td.TdClassName
{
border-color: #FECCD2;
}
.TagClassName
{
border-color: #FECCD2;
}
</style>