#FAACE2

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

Shades of Lavender Rose #FAACE2

Tints of Lavender Rose #FAACE2

Color information

#FAACE2 (or 0xFAACE2) is unknown color: approx Lavender Rose. HEX triplet: FA, AC and E2. RGB value is (250,172,226). Sum of RGB (Red+Green+Blue) = 250+172+226=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACE2 is #05531D. Grayscale: #C9C9C9. Windows color (decimal): -348958 or 14855418. OLE color: 14855418.

HSL color Cylindrical-coordinate representation of color #FAACE2: hue angle of 318.46º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACE2 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250172226-
CMYK00.310.100.02
HSL318.46º88.64%82.75%-
HSV(B)318.46º31.2%98.04%-
XYZ67.955.3279.05-
YUV201.48141.84162.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 172 (67.58% from 255) = 26.54%
BLUE value IS 226 (88.67% from 255) = 34.88%
R=38.58%
G=26.54%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017222600.310.100.02318.4688.6482.75
HexFAACE201FA213e5953
Octal372254342037122476131123
Binary11111010101011001110001001111110101010011111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACE2; }

 p { color: rgb(250,172,226); }

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

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

 a { background-color: rgb(250,172,226); }

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

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

 span { border-color: rgb(250,172,226); }

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