#FEAEDF

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

Shades of Lavender Pink #FEAEDF

Tints of Lavender Pink #FEAEDF

Color information

#FEAEDF (or 0xFEAEDF) is unknown color: approx Lavender Pink. HEX triplet: FE, AE and DF. RGB value is (254,174,223). Sum of RGB (Red+Green+Blue) = 254+174+223=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEDF is #015120. Grayscale: #CBCBCB. Windows color (decimal): -86305 or 14659326. OLE color: 14659326.

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

Color convert

RGB254174223-
CMYK00.310.120.00
HSL323.25º97.56%83.92%-
HSV(B)323.25º31.5%99.61%-
XYZ69.3356.6777.1-
YUV203.51139164.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 174 (68.36% from 255) = 26.73%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=39.02%
G=26.73%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417422300.310.120.00323.2597.5683.92
HexFEAEDF01FC01436254
Octal376256337037140503142124
Binary1111111010101110110111110111111100010100001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEDF; }

 p { color: rgb(254,174,223); }

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

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

 a { background-color: rgb(254,174,223); }

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

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

 span { border-color: rgb(254,174,223); }

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