#FEAEB0

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

Shades of Light Pink #FEAEB0

Tints of Light Pink #FEAEB0

Color information

#FEAEB0 (or 0xFEAEB0) is unknown color: approx Light Pink. HEX triplet: FE, AE and B0. RGB value is (254,174,176). Sum of RGB (Red+Green+Blue) = 254+174+176=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAEB0 is #01514F. Grayscale: #C6C6C6. Windows color (decimal): -86352 or 11579134. OLE color: 11579134.

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

Color convert

RGB254174176-
CMYK00.310.310.00
HSL358.5º97.56%83.92%-
HSV(B)358.5º31.5%99.61%-
XYZ63.8554.4848.22-
YUV198.15115.5167.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 174 (68.36% from 255) = 28.81%
BLUE value IS 176 (69.14% from 255) = 29.14%
R=42.05%
G=28.81%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417417600.310.310.00358.597.5683.92
HexFEAEB001F1F01666254
Octal376256260037370546142124
Binary11111110101011101011000001111111111010110011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEB0; }

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

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

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

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

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

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

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

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