#FEAFB9

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

Shades of Light Pink #FEAFB9

Tints of Light Pink #FEAFB9

Color information

#FEAFB9 (or 0xFEAFB9) is unknown color: approx Light Pink. HEX triplet: FE, AF and B9. RGB value is (254,175,185). Sum of RGB (Red+Green+Blue) = 254+175+185=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFB9 is #015046. Grayscale: #C7C7C7. Windows color (decimal): -86087 or 12169214. OLE color: 12169214.

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

Color convert

RGB254175185-
CMYK00.310.270.00
HSL352.41º97.53%84.12%-
HSV(B)352.41º31.1%99.61%-
XYZ64.9655.2353.14-
YUV199.76119.67166.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 185 (72.66% from 255) = 30.13%
R=41.37%
G=28.50%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417518500.310.270.00352.4197.5384.12
HexFEAFB901F1B01606254
Octal376257271037330540142124
Binary11111110101011111011100101111111011010110000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFB9; }

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

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

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

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

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

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

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

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