#FEAEBB

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

Shades of Light Pink #FEAEBB

Tints of Light Pink #FEAEBB

Color information

#FEAEBB (or 0xFEAEBB) is unknown color: approx Light Pink. HEX triplet: FE, AE and BB. RGB value is (254,174,187). Sum of RGB (Red+Green+Blue) = 254+174+187=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEBB is #015144. Grayscale: #C7C7C7. Windows color (decimal): -86341 or 12300030. OLE color: 12300030.

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

Color convert

RGB254174187-
CMYK00.310.260.00
HSL350.25º97.56%83.92%-
HSV(B)350.25º31.5%99.61%-
XYZ64.9854.9354.19-
YUV199.4121166.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=41.30%
G=28.29%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417418700.310.260.00350.2597.5683.92
HexFEAEBB01F1A015e6254
Octal376256273037320536142124
Binary11111110101011101011101101111111010010101111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEBB; }

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

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

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

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

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

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

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

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