#FEAEB8

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

Shades of Light Pink #FEAEB8

Tints of Light Pink #FEAEB8

Color information

#FEAEB8 (or 0xFEAEB8) is unknown color: approx Light Pink. HEX triplet: FE, AE and B8. RGB value is (254,174,184). Sum of RGB (Red+Green+Blue) = 254+174+184=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEB8 is #015147. Grayscale: #C7C7C7. Windows color (decimal): -86344 or 12103422. OLE color: 12103422.

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

Color convert

RGB254174184-
CMYK00.310.280.00
HSL352.5º97.56%83.92%-
HSV(B)352.5º31.5%99.61%-
XYZ64.6654.852.52-
YUV199.06119.5167.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 184 (72.27% from 255) = 30.07%
R=41.50%
G=28.43%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417418400.310.280.00352.597.5683.92
HexFEAEB801F1C01606254
Octal376256270037340540142124
Binary11111110101011101011100001111111100010110000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEB8; }

 p { color: rgb(254,174,184); }

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

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

 a { background-color: rgb(254,174,184); }

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

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

 span { border-color: rgb(254,174,184); }

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