#FEA7B7

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

Shades of Light Pink #FEA7B7

Tints of Light Pink #FEA7B7

Color information

#FEA7B7 (or 0xFEA7B7) is unknown color: approx Light Pink. HEX triplet: FE, A7 and B7. RGB value is (254,167,183). Sum of RGB (Red+Green+Blue) = 254+167+183=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7B7 is #015848. Grayscale: #C2C2C2. Windows color (decimal): -88137 or 12036094. OLE color: 12036094.

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

Color convert

RGB254167183-
CMYK00.340.280.00
HSL348.97º97.75%82.55%-
HSV(B)348.97º34.25%99.61%-
XYZ63.2452.1351.53-
YUV194.84121.32170.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 167 (65.62% from 255) = 27.65%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=42.05%
G=27.65%
B=30.30%

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
Decimal25416718300.340.280.00348.9797.7582.55
HexFEA7B70221C015d6253
Octal376247267042340535142123
Binary111111101010011110110111010001011100010101110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7B7; }

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

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

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

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

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

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

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

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