#FAAFF6

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

Shades of Lavender Rose #FAAFF6

Tints of Lavender Rose #FAAFF6

Color information

#FAAFF6 (or 0xFAAFF6) is unknown color: approx Lavender Rose. HEX triplet: FA, AF and F6. RGB value is (250,175,246). Sum of RGB (Red+Green+Blue) = 250+175+246=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 175 (68.75% from 255 or 26.08% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF6 is #055009. Grayscale: #CDCDCD. Windows color (decimal): -348170 or 16166906. OLE color: 16166906.

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

Color convert

RGB250175246-
CMYK00.30.020.02
HSL303.2º88.24%83.33%-
HSV(B)303.2º30%98.04%-
XYZ71.3957.6494.55-
YUV205.52150.85159.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 175 (68.75% from 255) = 26.08%
BLUE value IS 246 (96.48% from 255) = 36.66%
R=37.26%
G=26.08%
B=36.66%

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
Decimal25017524600.30.020.02303.288.2483.33
HexFAAFF601E2212f5853
Octal37225736603622457130123
Binary111110101010111111110110011110101010010111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFF6; }

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

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

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

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

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

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

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

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