#FAACF9

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

Shades of Lavender Rose #FAACF9

Tints of Lavender Rose #FAACF9

Color information

#FAACF9 (or 0xFAACF9) is unknown color: approx Lavender Rose. HEX triplet: FA, AC and F9. RGB value is (250,172,249). Sum of RGB (Red+Green+Blue) = 250+172+249=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 172 (67.58% from 255 or 25.63% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACF9 is #055306. Grayscale: #CBCBCB. Windows color (decimal): -348935 or 16362746. OLE color: 16362746.

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

Color convert

RGB250172249-
CMYK00.310.000.02
HSL300.77º88.64%82.75%-
HSV(B)300.77º31.2%98.04%-
XYZ71.2856.6796.8-
YUV204.1153.34160.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 172 (67.58% from 255) = 25.63%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=37.26%
G=25.63%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017224900.310.000.02300.7788.6482.75
HexFAACF901F0212d5953
Octal37225437103702455131123
Binary11111010101011001111100101111101010010110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACF9; }

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

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

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

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

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

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

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

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