#FAAEFA

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

Shades of Lavender Rose #FAAEFA

Tints of Lavender Rose #FAAEFA

Color information

#FAAEFA (or 0xFAAEFA) is unknown color: approx Lavender Rose. HEX triplet: FA, AE and FA. RGB value is (250,174,250). Sum of RGB (Red+Green+Blue) = 250+174+250=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 174 (68.36% from 255 or 25.82% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAAEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEFA is #055105. Grayscale: #CDCDCD. Windows color (decimal): -348422 or 16428794. OLE color: 16428794.

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

Color convert

RGB250174250-
CMYK00.3000.02
HSL300º88.37%83.14%-
HSV(B)300º30.4%98.04%-
XYZ71.8257.597.76-
YUV205.39153.18159.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 174 (68.36% from 255) = 25.82%
BLUE value IS 250 (98.05% from 255) = 37.09%
R=37.09%
G=25.82%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017425000.3000.0230088.3783.14
HexFAAEFA01E0212c5853
Octal37225637203602454130123
Binary11111010101011101111101001111001010010110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEFA; }

 p { color: rgb(250,174,250); }

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

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

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

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

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

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

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