#FEAFB5

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

Shades of Light Pink #FEAFB5

Tints of Light Pink #FEAFB5

Color information

#FEAFB5 (or 0xFEAFB5) is unknown color: approx Light Pink. HEX triplet: FE, AF and B5. RGB value is (254,175,181). Sum of RGB (Red+Green+Blue) = 254+175+181=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFB5 is #01504A. Grayscale: #C7C7C7. Windows color (decimal): -86091 or 11907070. OLE color: 11907070.

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

Color convert

RGB254175181-
CMYK00.310.290.00
HSL355.44º97.53%84.12%-
HSV(B)355.44º31.1%99.61%-
XYZ64.5455.0750.94-
YUV199.3117.67167.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.64%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 181 (71.09% from 255) = 29.67%
R=41.64%
G=28.69%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417518100.310.290.00355.4497.5384.12
HexFEAFB501F1D01636254
Octal376257265037350543142124
Binary11111110101011111011010101111111101010110001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFB5; }

 p { color: rgb(254,175,181); }

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

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

 a { background-color: rgb(254,175,181); }

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

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

 span { border-color: rgb(254,175,181); }

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