#FEAFBD

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

Shades of Light Pink #FEAFBD

Tints of Light Pink #FEAFBD

Color information

#FEAFBD (or 0xFEAFBD) is unknown color: approx Light Pink. HEX triplet: FE, AF and BD. RGB value is (254,175,189). Sum of RGB (Red+Green+Blue) = 254+175+189=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFBD is #015042. Grayscale: #C8C8C8. Windows color (decimal): -86083 or 12431358. OLE color: 12431358.

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

Color convert

RGB254175189-
CMYK00.310.260.00
HSL349.37º97.53%84.12%-
HSV(B)349.37º31.1%99.61%-
XYZ65.3955.455.39-
YUV200.22121.67166.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=41.10%
G=28.32%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417518900.310.260.00349.3797.5384.12
HexFEAFBD01F1A015d6254
Octal376257275037320535142124
Binary11111110101011111011110101111111010010101110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFBD; }

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

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

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

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

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

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

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

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