#FEA7AF

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

Shades of Light Pink #FEA7AF

Tints of Light Pink #FEA7AF

Color information

#FEA7AF (or 0xFEA7AF) is unknown color: approx Light Pink. HEX triplet: FE, A7 and AF. RGB value is (254,167,175). Sum of RGB (Red+Green+Blue) = 254+167+175=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA7AF is #015850. Grayscale: #C1C1C1. Windows color (decimal): -88145 or 11511806. OLE color: 11511806.

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

Color convert

RGB254167175-
CMYK00.340.310.00
HSL354.48º97.75%82.55%-
HSV(B)354.48º34.25%99.61%-
XYZ62.4351.847.27-
YUV193.92117.32170.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 167 (65.62% from 255) = 28.02%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=42.62%
G=28.02%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416717500.340.310.00354.4897.7582.55
HexFEA7AF0221F01626253
Octal376247257042370542142123
Binary111111101010011110101111010001011111010110001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7AF; }

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

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

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

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

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

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

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

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