Shades of Light Pink #FEADB0
Tints of Light Pink #FEADB0
RGB
CMYK
RGB Variations
Color information
#FEADB0 (or 0xFEADB0) is known color: Light Pink. HEX triplet: FE, AD and B0. RGB value is (254,173,176). Sum of RGB (Red+Green+Blue) = 254+173+176=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADB0 is #01524F. Grayscale: #C5C5C5. Windows color (decimal): -86608 or 11578878. OLE color: 11578878.
HSL color Cylindrical-coordinate representation of color #FEADB0: hue angle of 357.78º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEADB0 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 176 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.00 |
| HSL | 357.78º | 0.98% | 0.84% | - |
| HSV(B) | 357.78º | 0.32% | 1% | - |
| XYZ | 63.65 | 54.09 | 48.16 | - |
| YUV | 197.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 176 | 0 | 0.32 | 0.31 | 0.00 | 357.78 | 0.98 | 0.84 |
| Hex | FE | AD | B0 | 0 | 20 | 1F | 0 | 166 | 62 | 54 |
| Octal | 376 | 255 | 260 | 0 | 40 | 37 | 0 | 546 | 142 | 124 |
| Binary | 11111110 | 10101101 | 10110000 | 0 | 100000 | 11111 | 0 | 101100110 | 1100010 | 1010100 |
Color Harmonies of #FEADB0
Complementary color
Monochromatic Colors of #FEADB0
Black with #FEADB0
Text Example
Text Example
White with #FEADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADB0; }
p { color: rgb(254,173,176); }
H1.HeaderClassName
{
color: #FEADB0;
}
.AnyTagClassName
{
color: #FEADB0;
}
</style>
background-color css
<style>
a { background-color: #FEADB0; }
a { background-color: rgb(254,173,176); }
div.DivClassName
{
background-color: #FEADB0;
}
.BgClassName
{
background-color: #FEADB0;
}
</style>
border-color css
<style>
span { border-color: #FEADB0; }
span { border-color: rgb(254,173,176); }
td.TdClassName
{
border-color: #FEADB0;
}
.TagClassName
{
border-color: #FEADB0;
}
</style>