Shades of Light Pink #FEAFC1
Tints of Light Pink #FEAFC1
RGB
CMYK
RGB Variations
Color information
#FEAFC1 (or 0xFEAFC1) is known color: Light Pink. HEX triplet: FE, AF and C1. RGB value is (254,175,193). Sum of RGB (Red+Green+Blue) = 254+175+193=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFC1 is #01503E. Grayscale: #C8C8C8. Windows color (decimal): -86079 or 12693502. OLE color: 12693502.
HSL color Cylindrical-coordinate representation of color #FEAFC1: hue angle of 346.33º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAFC1 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 193 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.00 |
| HSL | 346.33º | 0.98% | 0.84% | - |
| HSV(B) | 346.33º | 0.31% | 1% | - |
| XYZ | 65.83 | 55.58 | 57.71 | - |
| YUV | 200.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 193 | 0 | 0.31 | 0.24 | 0.00 | 346.33 | 0.98 | 0.84 |
| Hex | FE | AF | C1 | 0 | 1F | 18 | 0 | 15A | 62 | 54 |
| Octal | 376 | 257 | 301 | 0 | 37 | 30 | 0 | 532 | 142 | 124 |
| Binary | 11111110 | 10101111 | 11000001 | 0 | 11111 | 11000 | 0 | 101011010 | 1100010 | 1010100 |
Color Harmonies of #FEAFC1
Complementary color
Monochromatic Colors of #FEAFC1
Black with #FEAFC1
Text Example
Text Example
White with #FEAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAFC1; }
p { color: rgb(254,175,193); }
H1.HeaderClassName
{
color: #FEAFC1;
}
.AnyTagClassName
{
color: #FEAFC1;
}
</style>
background-color css
<style>
a { background-color: #FEAFC1; }
a { background-color: rgb(254,175,193); }
div.DivClassName
{
background-color: #FEAFC1;
}
.BgClassName
{
background-color: #FEAFC1;
}
</style>
border-color css
<style>
span { border-color: #FEAFC1; }
span { border-color: rgb(254,175,193); }
td.TdClassName
{
border-color: #FEAFC1;
}
.TagClassName
{
border-color: #FEAFC1;
}
</style>