#FEACEA

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

Shades of Lavender Rose #FEACEA

Tints of Lavender Rose #FEACEA

Color information

#FEACEA (or 0xFEACEA) is unknown color: approx Lavender Rose. HEX triplet: FE, AC and EA. RGB value is (254,172,234). Sum of RGB (Red+Green+Blue) = 254+172+234=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACEA is #015315. Grayscale: #CBCBCB. Windows color (decimal): -86806 or 15379710. OLE color: 15379710.

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

Color convert

RGB254172234-
CMYK00.320.080.00
HSL314.63º97.62%83.53%-
HSV(B)314.63º32.28%99.61%-
XYZ70.4856.5285.04-
YUV203.59145.17163.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 172 (67.58% from 255) = 26.06%
BLUE value IS 234 (91.80% from 255) = 35.45%
R=38.48%
G=26.06%
B=35.45%

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
Decimal25417223400.320.080.00314.6397.6283.53
HexFEACEA0208013b6254
Octal376254352040100473142124
Binary11111110101011001110101001000001000010011101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACEA; }

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

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

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

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

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

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

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

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