#FEACE7

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

Shades of Lavender Rose #FEACE7

Tints of Lavender Rose #FEACE7

Color information

#FEACE7 (or 0xFEACE7) is unknown color: approx Lavender Rose. HEX triplet: FE, AC and E7. RGB value is (254,172,231). Sum of RGB (Red+Green+Blue) = 254+172+231=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACE7 is #015318. Grayscale: #CBCBCB. Windows color (decimal): -86809 or 15183102. OLE color: 15183102.

HSL color Cylindrical-coordinate representation of color #FEACE7: hue angle of 316.83º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEACE7 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB254172231-
CMYK00.320.090.00
HSL316.83º97.62%83.53%-
HSV(B)316.83º32.28%99.61%-
XYZ70.0556.3582.79-
YUV203.24143.67164.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 172 (67.58% from 255) = 26.18%
BLUE value IS 231 (90.62% from 255) = 35.16%
R=38.66%
G=26.18%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417223100.320.090.00316.8397.6283.53
HexFEACE70209013d6254
Octal376254347040110475142124
Binary11111110101011001110011101000001001010011110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACE7; }

 p { color: rgb(254,172,231); }

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

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

 a { background-color: rgb(254,172,231); }

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

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

 span { border-color: rgb(254,172,231); }

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