#FEA6B7

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

Shades of Light Pink #FEA6B7

Tints of Light Pink #FEA6B7

Color information

#FEA6B7 (or 0xFEA6B7) is unknown color: approx Light Pink. HEX triplet: FE, A6 and B7. RGB value is (254,166,183). Sum of RGB (Red+Green+Blue) = 254+166+183=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6B7 is #015948. Grayscale: #C2C2C2. Windows color (decimal): -88393 or 12035838. OLE color: 12035838.

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

Color convert

RGB254166183-
CMYK00.350.280.00
HSL348.41º97.78%82.35%-
HSV(B)348.41º34.65%99.61%-
XYZ63.0651.7651.47-
YUV194.25121.65170.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 166 (65.23% from 255) = 27.53%
BLUE value IS 183 (71.88% from 255) = 30.35%
R=42.12%
G=27.53%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416618300.350.280.00348.4197.7882.35
HexFEA6B70231C015c6252
Octal376246267043340534142122
Binary111111101010011010110111010001111100010101110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA6B7; }

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

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

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

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

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

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

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

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