#FAACE6

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

Shades of Lavender Rose #FAACE6

Tints of Lavender Rose #FAACE6

Color information

#FAACE6 (or 0xFAACE6) is unknown color: approx Lavender Rose. HEX triplet: FA, AC and E6. RGB value is (250,172,230). Sum of RGB (Red+Green+Blue) = 250+172+230=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACE6 is #055319. Grayscale: #C9C9C9. Windows color (decimal): -348954 or 15117562. OLE color: 15117562.

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

Color convert

RGB250172230-
CMYK00.310.080.02
HSL315.38º88.64%82.75%-
HSV(B)315.38º31.2%98.04%-
XYZ68.4655.5481.98-
YUV201.93143.84162.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 172 (67.58% from 255) = 26.38%
BLUE value IS 230 (90.23% from 255) = 35.28%
R=38.34%
G=26.38%
B=35.28%

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
Decimal25017223000.310.080.02315.3888.6482.75
HexFAACE601F8213b5953
Octal372254346037102473131123
Binary11111010101011001110011001111110001010011101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACE6; }

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

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

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

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

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

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

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

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