#FAACF5

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

Shades of Lavender Rose #FAACF5

Tints of Lavender Rose #FAACF5

Color information

#FAACF5 (or 0xFAACF5) is unknown color: approx Lavender Rose. HEX triplet: FA, AC and F5. RGB value is (250,172,245). Sum of RGB (Red+Green+Blue) = 250+172+245=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 172 (67.58% from 255 or 25.79% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACF5 is #05530A. Grayscale: #CBCBCB. Windows color (decimal): -348939 or 16100602. OLE color: 16100602.

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

Color convert

RGB250172245-
CMYK00.310.020.02
HSL303.85º88.64%82.75%-
HSV(B)303.85º31.2%98.04%-
XYZ70.6656.4293.55-
YUV203.64151.34161.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 172 (67.58% from 255) = 25.79%
BLUE value IS 245 (96.09% from 255) = 36.73%
R=37.48%
G=25.79%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017224500.310.020.02303.8588.6482.75
HexFAACF501F221305953
Octal37225436503722460131123
Binary111110101010110011110101011111101010011000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACF5; }

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

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

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

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

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

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

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

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