#FEAEAF

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

Shades of Light Pink #FEAEAF

Tints of Light Pink #FEAEAF

Color information

#FEAEAF (or 0xFEAEAF) is unknown color: approx Light Pink. HEX triplet: FE, AE and AF. RGB value is (254,174,175). Sum of RGB (Red+Green+Blue) = 254+174+175=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAEAF is #015150. Grayscale: #C6C6C6. Windows color (decimal): -86353 or 11513598. OLE color: 11513598.

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

Color convert

RGB254174175-
CMYK00.310.310.00
HSL359.25º97.56%83.92%-
HSV(B)359.25º31.5%99.61%-
XYZ63.7554.4447.71-
YUV198.03115167.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 174 (68.36% from 255) = 28.86%
BLUE value IS 175 (68.75% from 255) = 29.02%
R=42.12%
G=28.86%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417417500.310.310.00359.2597.5683.92
HexFEAEAF01F1F01676254
Octal376256257037370547142124
Binary11111110101011101010111101111111111010110011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEAF; }

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

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

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

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

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

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

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

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