#FEAECD

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

Shades of Lavender Pink #FEAECD

Tints of Lavender Pink #FEAECD

Color information

#FEAECD (or 0xFEAECD) is unknown color: approx Lavender Pink. HEX triplet: FE, AE and CD. RGB value is (254,174,205). Sum of RGB (Red+Green+Blue) = 254+174+205=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAECD is #015132. Grayscale: #C9C9C9. Windows color (decimal): -86323 or 13479678. OLE color: 13479678.

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

Color convert

RGB254174205-
CMYK00.310.190.00
HSL336.75º97.56%83.92%-
HSV(B)336.75º31.5%99.61%-
XYZ67.0355.7564.99-
YUV201.45130165.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 174 (68.36% from 255) = 27.49%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=40.13%
G=27.49%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417420500.310.190.00336.7597.5683.92
HexFEAECD01F1301516254
Octal376256315037230521142124
Binary11111110101011101100110101111110011010101000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAECD; }

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

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

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

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

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

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

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

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