#FEAFB6

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

Shades of Light Pink #FEAFB6

Tints of Light Pink #FEAFB6

Color information

#FEAFB6 (or 0xFEAFB6) is unknown color: approx Light Pink. HEX triplet: FE, AF and B6. RGB value is (254,175,182). Sum of RGB (Red+Green+Blue) = 254+175+182=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFB6 is #015049. Grayscale: #C7C7C7. Windows color (decimal): -86090 or 11972606. OLE color: 11972606.

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

Color convert

RGB254175182-
CMYK00.310.280.00
HSL354.68º97.53%84.12%-
HSV(B)354.68º31.1%99.61%-
XYZ64.6555.1151.49-
YUV199.42118.17166.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 182 (71.48% from 255) = 29.79%
R=41.57%
G=28.64%
B=29.79%

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
Decimal25417518200.310.280.00354.6897.5384.12
HexFEAFB601F1C01636254
Octal376257266037340543142124
Binary11111110101011111011011001111111100010110001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFB6; }

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

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

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

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

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

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

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

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