#FEAFBF

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

Shades of Light Pink #FEAFBF

Tints of Light Pink #FEAFBF

Color information

#FEAFBF (or 0xFEAFBF) is unknown color: approx Light Pink. HEX triplet: FE, AF and BF. RGB value is (254,175,191). Sum of RGB (Red+Green+Blue) = 254+175+191=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFBF is #015040. Grayscale: #C8C8C8. Windows color (decimal): -86081 or 12562430. OLE color: 12562430.

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

Color convert

RGB254175191-
CMYK00.310.250.00
HSL347.85º97.53%84.12%-
HSV(B)347.85º31.1%99.61%-
XYZ65.6155.4956.54-
YUV200.44122.67166.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 191 (75% from 255) = 30.81%
R=40.97%
G=28.23%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417519100.310.250.00347.8597.5384.12
HexFEAFBF01F19015c6254
Octal376257277037310534142124
Binary11111110101011111011111101111111001010101110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFBF; }

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

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

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

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

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

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

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

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