#FAAFF5

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

Shades of Lavender Rose #FAAFF5

Tints of Lavender Rose #FAAFF5

Color information

#FAAFF5 (or 0xFAAFF5) is unknown color: approx Lavender Rose. HEX triplet: FA, AF and F5. RGB value is (250,175,245). Sum of RGB (Red+Green+Blue) = 250+175+245=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 175 (68.75% from 255 or 26.12% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF5 is #05500A. Grayscale: #CDCDCD. Windows color (decimal): -348171 or 16101370. OLE color: 16101370.

HSL color Cylindrical-coordinate representation of color #FAAFF5: hue angle of 304º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAFF5 is Cyan = 0, Magento = 0.3, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB250175245-
CMYK00.30.020.02
HSL304º88.24%83.33%-
HSV(B)304º30%98.04%-
XYZ71.2457.5893.75-
YUV205.4150.35159.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 175 (68.75% from 255) = 26.12%
BLUE value IS 245 (96.09% from 255) = 36.57%
R=37.31%
G=26.12%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017524500.30.020.0230488.2483.33
HexFAAFF501E221305853
Octal37225736503622460130123
Binary111110101010111111110101011110101010011000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFF5; }

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

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

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

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

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

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

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

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