#FEAFB4

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

Shades of Light Pink #FEAFB4

Tints of Light Pink #FEAFB4

Color information

#FEAFB4 (or 0xFEAFB4) is unknown color: approx Light Pink. HEX triplet: FE, AF and B4. RGB value is (254,175,180). Sum of RGB (Red+Green+Blue) = 254+175+180=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFB4 is #01504B. Grayscale: #C7C7C7. Windows color (decimal): -86092 or 11841534. OLE color: 11841534.

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

Color convert

RGB254175180-
CMYK00.310.290.00
HSL356.2º97.53%84.12%-
HSV(B)356.2º31.1%99.61%-
XYZ64.4455.0350.4-
YUV199.19117.17167.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 180 (70.70% from 255) = 29.56%
R=41.71%
G=28.74%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417518000.310.290.00356.297.5384.12
HexFEAFB401F1D01646254
Octal376257264037350544142124
Binary11111110101011111011010001111111101010110010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFB4; }

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

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

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

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

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

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

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

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