#FEAFD4

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

Shades of Lavender Pink #FEAFD4

Tints of Lavender Pink #FEAFD4

Color information

#FEAFD4 (or 0xFEAFD4) is unknown color: approx Lavender Pink. HEX triplet: FE, AF and D4. RGB value is (254,175,212). Sum of RGB (Red+Green+Blue) = 254+175+212=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFD4 is #01502B. Grayscale: #CACACA. Windows color (decimal): -86060 or 13938686. OLE color: 13938686.

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

Color convert

RGB254175212-
CMYK00.310.170.00
HSL331.9º97.53%84.12%-
HSV(B)331.9º31.1%99.61%-
XYZ68.0956.4869.6-
YUV202.84133.17164.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 175 (68.75% from 255) = 27.30%
BLUE value IS 212 (83.20% from 255) = 33.07%
R=39.63%
G=27.30%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417521200.310.170.00331.997.5384.12
HexFEAFD401F11014c6254
Octal376257324037210514142124
Binary11111110101011111101010001111110001010100110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFD4; }

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

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

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

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

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

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

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

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