#FEAFBE

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

Shades of Light Pink #FEAFBE

Tints of Light Pink #FEAFBE

Color information

#FEAFBE (or 0xFEAFBE) is unknown color: approx Light Pink. HEX triplet: FE, AF and BE. RGB value is (254,175,190). Sum of RGB (Red+Green+Blue) = 254+175+190=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFBE is #015041. Grayscale: #C8C8C8. Windows color (decimal): -86082 or 12496894. OLE color: 12496894.

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

Color convert

RGB254175190-
CMYK00.310.250.00
HSL348.61º97.53%84.12%-
HSV(B)348.61º31.1%99.61%-
XYZ65.555.4555.97-
YUV200.33122.17166.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=41.03%
G=28.27%
B=30.69%

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
Decimal25417519000.310.250.00348.6197.5384.12
HexFEAFBE01F19015d6254
Octal376257276037310535142124
Binary11111110101011111011111001111111001010101110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFBE; }

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

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

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

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

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

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

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

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