#FEAFB2

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

Shades of Light Pink #FEAFB2

Tints of Light Pink #FEAFB2

Color information

#FEAFB2 (or 0xFEAFB2) is unknown color: approx Light Pink. HEX triplet: FE, AF and B2. RGB value is (254,175,178). Sum of RGB (Red+Green+Blue) = 254+175+178=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAFB2 is #01504D. Grayscale: #C7C7C7. Windows color (decimal): -86094 or 11710462. OLE color: 11710462.

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

Color convert

RGB254175178-
CMYK00.310.300.00
HSL357.72º97.53%84.12%-
HSV(B)357.72º31.1%99.61%-
XYZ64.2454.9549.34-
YUV198.96116.17167.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 178 (69.92% from 255) = 29.32%
R=41.85%
G=28.83%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417517800.310.300.00357.7297.5384.12
HexFEAFB201F1E01666254
Octal376257262037360546142124
Binary11111110101011111011001001111111110010110011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFB2; }

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

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

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

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

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

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

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

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