#FEADAF

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

Shades of Light Pink #FEADAF

Tints of Light Pink #FEADAF

Color information

#FEADAF (or 0xFEADAF) is unknown color: approx Light Pink. HEX triplet: FE, AD and AF. RGB value is (254,173,175). Sum of RGB (Red+Green+Blue) = 254+173+175=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADAF is #015250. Grayscale: #C5C5C5. Windows color (decimal): -86609 or 11513342. OLE color: 11513342.

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

Color convert

RGB254173175-
CMYK00.320.310.00
HSL358.52º97.59%83.73%-
HSV(B)358.52º31.89%99.61%-
XYZ63.5554.0547.64-
YUV197.45115.34168.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 173 (67.97% from 255) = 28.74%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=42.19%
G=28.74%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417317500.320.310.00358.5297.5983.73
HexFEADAF0201F01676254
Octal376255257040370547142124
Binary111111101010110110101111010000011111010110011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADAF; }

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

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

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

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

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

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

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

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