#FEA8B7

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

Shades of Light Pink #FEA8B7

Tints of Light Pink #FEA8B7

Color information

#FEA8B7 (or 0xFEA8B7) is unknown color: approx Light Pink. HEX triplet: FE, A8 and B7. RGB value is (254,168,183). Sum of RGB (Red+Green+Blue) = 254+168+183=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8B7 is #015748. Grayscale: #C3C3C3. Windows color (decimal): -87881 or 12036350. OLE color: 12036350.

HSL color Cylindrical-coordinate representation of color #FEA8B7: hue angle of 349.53º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA8B7 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB254168183-
CMYK00.340.280.00
HSL349.53º97.73%82.75%-
HSV(B)349.53º33.86%99.61%-
XYZ63.4252.4951.59-
YUV195.42120.99169.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 168 (66.02% from 255) = 27.77%
BLUE value IS 183 (71.88% from 255) = 30.25%
R=41.98%
G=27.77%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416818300.340.280.00349.5397.7382.75
HexFEA8B70221C015e6253
Octal376250267042340536142123
Binary111111101010100010110111010001011100010101111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8B7; }

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

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

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

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

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

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

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

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