#FAAFF4

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

Shades of Lavender Rose #FAAFF4

Tints of Lavender Rose #FAAFF4

Color information

#FAAFF4 (or 0xFAAFF4) is unknown color: approx Lavender Rose. HEX triplet: FA, AF and F4. RGB value is (250,175,244). Sum of RGB (Red+Green+Blue) = 250+175+244=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 175 (68.75% from 255 or 26.16% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF4 is #05500B. Grayscale: #CDCDCD. Windows color (decimal): -348172 or 16035834. OLE color: 16035834.

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

Color convert

RGB250175244-
CMYK00.30.020.02
HSL304.8º88.24%83.33%-
HSV(B)304.8º30%98.04%-
XYZ71.0857.5292.94-
YUV205.29149.85159.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 175 (68.75% from 255) = 26.16%
BLUE value IS 244 (95.70% from 255) = 36.47%
R=37.37%
G=26.16%
B=36.47%

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
Decimal25017524400.30.020.02304.888.2483.33
HexFAAFF401E221315853
Octal37225736403622461130123
Binary111110101010111111110100011110101010011000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFF4; }

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

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

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

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

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

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

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

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