#FEAFB7

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

Shades of Light Pink #FEAFB7

Tints of Light Pink #FEAFB7

Color information

#FEAFB7 (or 0xFEAFB7) is unknown color: approx Light Pink. HEX triplet: FE, AF and B7. RGB value is (254,175,183). Sum of RGB (Red+Green+Blue) = 254+175+183=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFB7 is #015048. Grayscale: #C7C7C7. Windows color (decimal): -86089 or 12038142. OLE color: 12038142.

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

Color convert

RGB254175183-
CMYK00.310.280.00
HSL353.92º97.53%84.12%-
HSV(B)353.92º31.1%99.61%-
XYZ64.7555.1552.03-
YUV199.53118.67166.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 183 (71.88% from 255) = 29.90%
R=41.50%
G=28.59%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417518300.310.280.00353.9297.5384.12
HexFEAFB701F1C01626254
Octal376257267037340542142124
Binary11111110101011111011011101111111100010110001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFB7; }

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

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

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

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

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

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

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

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