#feadb3

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

Shades of Light Pink #FEADB3

Tints of Light Pink #FEADB3

Color information

#FEADB3 (or 0xFEADB3) is unknown color: approx Light Pink. HEX triplet: FE, AD and B3. RGB value is (254,173,179). Sum of RGB (Red+Green+Blue) = 254+173+179=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADB3 is #01524C. Grayscale: #C5C5C5. Windows color (decimal): -86605 or 11775486. OLE color: 11775486.

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

Color convert

RGB254173179-
CMYK00.320.300.00
HSL355.56º97.59%83.73%-
HSV(B)355.56º31.89%99.61%-
XYZ63.9554.2149.74-
YUV197.9117.34168.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 173 (67.97% from 255) = 28.55%
BLUE value IS 179 (70.31% from 255) = 29.54%
R=41.91%
G=28.55%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417317900.320.300.00355.5697.5983.73
HexFEADB30201E01646254
Octal376255263040360544142124
Binary111111101010110110110011010000011110010110010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feadb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feadb3; }

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

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

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

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

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

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

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

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