#FAACF7

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

Shades of Lavender Rose #FAACF7

Tints of Lavender Rose #FAACF7

Color information

#FAACF7 (or 0xFAACF7) is unknown color: approx Lavender Rose. HEX triplet: FA, AC and F7. RGB value is (250,172,247). Sum of RGB (Red+Green+Blue) = 250+172+247=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 172 (67.58% from 255 or 25.71% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACF7 is #055308. Grayscale: #CBCBCB. Windows color (decimal): -348937 or 16231674. OLE color: 16231674.

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

Color convert

RGB250172247-
CMYK00.310.010.02
HSL302.31º88.64%82.75%-
HSV(B)302.31º31.2%98.04%-
XYZ70.9756.5495.17-
YUV203.87152.34160.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 172 (67.58% from 255) = 25.71%
BLUE value IS 247 (96.88% from 255) = 36.92%
R=37.37%
G=25.71%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017224700.310.010.02302.3188.6482.75
HexFAACF701F1212e5953
Octal37225436703712456131123
Binary11111010101011001111011101111111010010111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACF7; }

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

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

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

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

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

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

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

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