#FAA5FE

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

Shades of Lavender Rose #FAA5FE

Tints of Lavender Rose #FAA5FE

Color information

#FAA5FE (or 0xFAA5FE) is unknown color: approx Lavender Rose. HEX triplet: FA, A5 and FE. RGB value is (250,165,254). Sum of RGB (Red+Green+Blue) = 250+165+254=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 165 (64.84% from 255 or 24.66% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAA5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA5FE is #055A01. Grayscale: #C8C8C8. Windows color (decimal): -350722 or 16688634. OLE color: 16688634.

HSL color Cylindrical-coordinate representation of color #FAA5FE: hue angle of 297.3º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA5FE is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB250165254-
CMYK0.020.3500.00
HSL297.3º97.8%82.16%-
HSV(B)297.3º35.04%99.61%-
XYZ70.7754.39100.53-
YUV200.56158.16163.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 165 (64.84% from 255) = 24.66%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=37.37%
G=24.66%
B=37.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2501652540.020.3500.00297.397.882.16
HexFAA5FE223001296252
Octal37224537624300451142122
Binary111110101010010111111110101000110010010100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA5FE; }

 p { color: rgb(250,165,254); }

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

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

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

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

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

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

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