#FEAFDE

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

Shades of Lavender Pink #FEAFDE

Tints of Lavender Pink #FEAFDE

Color information

#FEAFDE (or 0xFEAFDE) is unknown color: approx Lavender Pink. HEX triplet: FE, AF and DE. RGB value is (254,175,222). Sum of RGB (Red+Green+Blue) = 254+175+222=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFDE is #015021. Grayscale: #CBCBCB. Windows color (decimal): -86050 or 14594046. OLE color: 14594046.

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

Color convert

RGB254175222-
CMYK00.310.130.00
HSL324.3º97.53%84.12%-
HSV(B)324.3º31.1%99.61%-
XYZ69.395776.45-
YUV203.98138.17163.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 175 (68.75% from 255) = 26.88%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=39.02%
G=26.88%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417522200.310.130.00324.397.5384.12
HexFEAFDE01FD01446254
Octal376257336037150504142124
Binary1111111010101111110111100111111101010100010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFDE; }

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

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

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

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

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

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

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

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