#FEAFB1

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

Shades of Light Pink #FEAFB1

Tints of Light Pink #FEAFB1

Color information

#FEAFB1 (or 0xFEAFB1) is unknown color: approx Light Pink. HEX triplet: FE, AF and B1. RGB value is (254,175,177). Sum of RGB (Red+Green+Blue) = 254+175+177=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAFB1 is #01504E. Grayscale: #C6C6C6. Windows color (decimal): -86095 or 11644926. OLE color: 11644926.

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

Color convert

RGB254175177-
CMYK00.310.300.00
HSL358.48º97.53%84.12%-
HSV(B)358.48º31.1%99.61%-
XYZ64.1454.9148.81-
YUV198.85115.67167.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 175 (68.75% from 255) = 28.88%
BLUE value IS 177 (69.53% from 255) = 29.21%
R=41.91%
G=28.88%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417517700.310.300.00358.4897.5384.12
HexFEAFB101F1E01666254
Octal376257261037360546142124
Binary11111110101011111011000101111111110010110011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFB1; }

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

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

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

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

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

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

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

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