#FEA8B9

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

Shades of Light Pink #FEA8B9

Tints of Light Pink #FEA8B9

Color information

#FEA8B9 (or 0xFEA8B9) is unknown color: approx Light Pink. HEX triplet: FE, A8 and B9. RGB value is (254,168,185). Sum of RGB (Red+Green+Blue) = 254+168+185=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8B9 is #015746. Grayscale: #C3C3C3. Windows color (decimal): -87879 or 12167422. OLE color: 12167422.

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

Color convert

RGB254168185-
CMYK00.340.270.00
HSL348.14º97.73%82.75%-
HSV(B)348.14º33.86%99.61%-
XYZ63.6352.5852.69-
YUV195.65121.99169.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 168 (66.02% from 255) = 27.68%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=41.85%
G=27.68%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416818500.340.270.00348.1497.7382.75
HexFEA8B90221B015c6253
Octal376250271042330534142123
Binary111111101010100010111001010001011011010101110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8B9; }

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

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

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

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

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

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

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

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