#FEACE9

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

Shades of Lavender Rose #FEACE9

Tints of Lavender Rose #FEACE9

Color information

#FEACE9 (or 0xFEACE9) is unknown color: approx Lavender Rose. HEX triplet: FE, AC and E9. RGB value is (254,172,233). Sum of RGB (Red+Green+Blue) = 254+172+233=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 172 (67.58% from 255 or 26.10% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACE9 is #015316. Grayscale: #CBCBCB. Windows color (decimal): -86807 or 15314174. OLE color: 15314174.

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

Color convert

RGB254172233-
CMYK00.320.080.00
HSL315.37º97.62%83.53%-
HSV(B)315.37º32.28%99.61%-
XYZ70.3356.4684.28-
YUV203.47144.67164.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 172 (67.58% from 255) = 26.10%
BLUE value IS 233 (91.41% from 255) = 35.36%
R=38.54%
G=26.10%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417223300.320.080.00315.3797.6283.53
HexFEACE90208013b6254
Octal376254351040100473142124
Binary11111110101011001110100101000001000010011101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACE9; }

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

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

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

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

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

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

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

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