#FEADB4

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

Shades of Light Pink #FEADB4

Tints of Light Pink #FEADB4

Color information

#FEADB4 (or 0xFEADB4) is unknown color: approx Light Pink. HEX triplet: FE, AD and B4. RGB value is (254,173,180). Sum of RGB (Red+Green+Blue) = 254+173+180=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADB4 is #01524B. Grayscale: #C6C6C6. Windows color (decimal): -86604 or 11841022. OLE color: 11841022.

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

Color convert

RGB254173180-
CMYK00.320.290.00
HSL354.81º97.59%83.73%-
HSV(B)354.81º31.89%99.61%-
XYZ64.0554.2550.28-
YUV198.02117.84167.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 180 (70.70% from 255) = 29.65%
R=41.85%
G=28.50%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417318000.320.290.00354.8197.5983.73
HexFEADB40201D01636254
Octal376255264040350543142124
Binary111111101010110110110100010000011101010110001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADB4; }

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

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

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

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

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

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

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

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