#FAACE7

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

Shades of Lavender Rose #FAACE7

Tints of Lavender Rose #FAACE7

Color information

#FAACE7 (or 0xFAACE7) is unknown color: approx Lavender Rose. HEX triplet: FA, AC and E7. RGB value is (250,172,231). Sum of RGB (Red+Green+Blue) = 250+172+231=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACE7 is #055318. Grayscale: #C9C9C9. Windows color (decimal): -348953 or 15183098. OLE color: 15183098.

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

Color convert

RGB250172231-
CMYK00.310.080.02
HSL314.62º88.64%82.75%-
HSV(B)314.62º31.2%98.04%-
XYZ68.655.682.72-
YUV202.05144.34162.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 172 (67.58% from 255) = 26.34%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=38.28%
G=26.34%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017223100.310.080.02314.6288.6482.75
HexFAACE701F8213b5953
Octal372254347037102473131123
Binary11111010101011001110011101111110001010011101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACE7; }

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

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

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

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

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

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

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

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