Shades of Light Pink #FEAFC0
Tints of Light Pink #FEAFC0
RGB
CMYK
RGB Variations
Color information
#FEAFC0 (or 0xFEAFC0) is known color: Light Pink. HEX triplet: FE, AF and C0. RGB value is (254,175,192). Sum of RGB (Red+Green+Blue) = 254+175+192=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFC0 is #01503F. Grayscale: #C8C8C8. Windows color (decimal): -86080 or 12627966. OLE color: 12627966.
HSL color Cylindrical-coordinate representation of color #FEAFC0: hue angle of 347.09º 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 #FEAFC0 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 192 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.00 |
| HSL | 347.09º | 0.98% | 0.84% | - |
| HSV(B) | 347.09º | 0.31% | 1% | - |
| XYZ | 65.72 | 55.54 | 57.13 | - |
| YUV | 200.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 192 | 0 | 0.31 | 0.24 | 0.00 | 347.09 | 0.98 | 0.84 |
| Hex | FE | AF | C0 | 0 | 1F | 18 | 0 | 15B | 62 | 54 |
| Octal | 376 | 257 | 300 | 0 | 37 | 30 | 0 | 533 | 142 | 124 |
| Binary | 11111110 | 10101111 | 11000000 | 0 | 11111 | 11000 | 0 | 101011011 | 1100010 | 1010100 |
Color Harmonies of #FEAFC0
Complementary color
Monochromatic Colors of #FEAFC0
Black with #FEAFC0
Text Example
Text Example
White with #FEAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAFC0; }
p { color: rgb(254,175,192); }
H1.HeaderClassName
{
color: #FEAFC0;
}
.AnyTagClassName
{
color: #FEAFC0;
}
</style>
background-color css
<style>
a { background-color: #FEAFC0; }
a { background-color: rgb(254,175,192); }
div.DivClassName
{
background-color: #FEAFC0;
}
.BgClassName
{
background-color: #FEAFC0;
}
</style>
border-color css
<style>
span { border-color: #FEAFC0; }
span { border-color: rgb(254,175,192); }
td.TdClassName
{
border-color: #FEAFC0;
}
.TagClassName
{
border-color: #FEAFC0;
}
</style>