#FEAECE

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

Shades of Lavender Pink #FEAECE

Tints of Lavender Pink #FEAECE

Color information

#FEAECE (or 0xFEAECE) is unknown color: approx Lavender Pink. HEX triplet: FE, AE and CE. RGB value is (254,174,206). Sum of RGB (Red+Green+Blue) = 254+174+206=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAECE is #015131. Grayscale: #C9C9C9. Windows color (decimal): -86322 or 13545214. OLE color: 13545214.

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

Color convert

RGB254174206-
CMYK00.310.190.00
HSL336º97.56%83.92%-
HSV(B)336º31.5%99.61%-
XYZ67.1555.865.62-
YUV201.57130.5165.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 174 (68.36% from 255) = 27.44%
BLUE value IS 206 (80.86% from 255) = 32.49%
R=40.06%
G=27.44%
B=32.49%

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
Decimal25417420600.310.190.0033697.5683.92
HexFEAECE01F1301506254
Octal376256316037230520142124
Binary11111110101011101100111001111110011010101000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAECE; }

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

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

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

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

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

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

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

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