#FEADC0

Color #FEADC0 Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FEADC0

Tints of Light Pink #FEADC0

Color information

#FEADC0 (or 0xFEADC0) is unknown color: approx Light Pink. HEX triplet: FE, AD and C0. RGB value is (254,173,192). Sum of RGB (Red+Green+Blue) = 254+173+192=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADC0 is #01523F. Grayscale: #C7C7C7. Windows color (decimal): -86592 or 12627454. OLE color: 12627454.

HSL color Cylindrical-coordinate representation of color #FEADC0: hue angle of 345.93º 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 #FEADC0 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB254173192-
CMYK00.320.240.00
HSL345.93º97.59%83.73%-
HSV(B)345.93º31.89%99.61%-
XYZ65.3354.7657-
YUV199.38123.84166.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 192 (75.39% from 255) = 31.02%
R=41.03%
G=27.95%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417319200.320.240.00345.9397.5983.73
HexFEADC002018015a6254
Octal376255300040300532142124
Binary111111101010110111000000010000011000010101101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADC0; }

 p { color: rgb(254,173,192); }

 H1.HeaderClassName
 {
   color: #FEADC0;
 }
 .AnyTagClassName
 {
   color: #FEADC0;
 }
</style>
background-color css

<style>
 a { background-color: #FEADC0; }

 a { background-color: rgb(254,173,192); }

 div.DivClassName
 {
   background-color: #FEADC0;
 }
 .BgClassName
 {
   background-color: #FEADC0;
 }
</style>
border-color css

<style>
 span { border-color: #FEADC0; }

 span { border-color: rgb(254,173,192); }

 td.TdClassName
 {
   border-color: #FEADC0;
 }
 .TagClassName
 {
   border-color: #FEADC0;
 }
</style>