#FEAFD7

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

Shades of Lavender Pink #FEAFD7

Tints of Lavender Pink #FEAFD7

Color information

#FEAFD7 (or 0xFEAFD7) is unknown color: approx Lavender Pink. HEX triplet: FE, AF and D7. RGB value is (254,175,215). Sum of RGB (Red+Green+Blue) = 254+175+215=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFD7 is #015028. Grayscale: #CBCBCB. Windows color (decimal): -86057 or 14135294. OLE color: 14135294.

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

Color convert

RGB254175215-
CMYK00.310.150.00
HSL329.62º97.53%84.12%-
HSV(B)329.62º31.1%99.61%-
XYZ68.4756.6471.61-
YUV203.18134.67164.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 175 (68.75% from 255) = 27.17%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=39.44%
G=27.17%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417521500.310.150.00329.6297.5384.12
HexFEAFD701FF014a6254
Octal376257327037170512142124
Binary1111111010101111110101110111111111010100101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFD7; }

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

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

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

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

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

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

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

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