Shades of Pink #FEC3D3
Tints of Pink #FEC3D3
RGB
CMYK
RGB Variations
Color information
#FEC3D3 (or 0xFEC3D3) is known color: Pink. HEX triplet: FE, C3 and D3. RGB value is (254,195,211). Sum of RGB (Red+Green+Blue) = 254+195+211=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 195 (76.56% from 255 or 29.55% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3D3 is #013C2C. Grayscale: #D6D6D6. Windows color (decimal): -80941 or 13878270. OLE color: 13878270.
HSL color Cylindrical-coordinate representation of color #FEC3D3: hue angle of 343.73º 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 #FEC3D3 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 211 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.00 |
| HSL | 343.73º | 0.97% | 0.88% | - |
| HSV(B) | 343.73º | 0.23% | 1% | - |
| XYZ | 72.15 | 64.8 | 70.33 | - |
| YUV | 214.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 211 | 0 | 0.23 | 0.17 | 0.00 | 343.73 | 0.97 | 0.88 |
| Hex | FE | C3 | D3 | 0 | 17 | 11 | 0 | 158 | 61 | 58 |
| Octal | 376 | 303 | 323 | 0 | 27 | 21 | 0 | 530 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11010011 | 0 | 10111 | 10001 | 0 | 101011000 | 1100001 | 1011000 |
Color Harmonies of #FEC3D3
Complementary color
Monochromatic Colors of #FEC3D3
Black with #FEC3D3
Text Example
Text Example
White with #FEC3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3D3; }
p { color: rgb(254,195,211); }
H1.HeaderClassName
{
color: #FEC3D3;
}
.AnyTagClassName
{
color: #FEC3D3;
}
</style>
background-color css
<style>
a { background-color: #FEC3D3; }
a { background-color: rgb(254,195,211); }
div.DivClassName
{
background-color: #FEC3D3;
}
.BgClassName
{
background-color: #FEC3D3;
}
</style>
border-color css
<style>
span { border-color: #FEC3D3; }
span { border-color: rgb(254,195,211); }
td.TdClassName
{
border-color: #FEC3D3;
}
.TagClassName
{
border-color: #FEC3D3;
}
</style>