#FAA7FE

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

Shades of Lavender Rose #FAA7FE

Tints of Lavender Rose #FAA7FE

Color information

#FAA7FE (or 0xFAA7FE) is unknown color: approx Lavender Rose. HEX triplet: FA, A7 and FE. RGB value is (250,167,254). Sum of RGB (Red+Green+Blue) = 250+167+254=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 167 (65.62% from 255 or 24.89% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAA7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA7FE is #055801. Grayscale: #C9C9C9. Windows color (decimal): -350210 or 16689146. OLE color: 16689146.

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

Color convert

RGB250167254-
CMYK0.020.3400.00
HSL297.24º97.75%82.55%-
HSV(B)297.24º34.25%99.61%-
XYZ71.1355.12100.66-
YUV201.74157.5162.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 167 (65.62% from 255) = 24.89%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=37.26%
G=24.89%
B=37.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2501672540.020.3400.00297.2497.7582.55
HexFAA7FE222001296253
Octal37224737624200451142123
Binary111110101010011111111110101000100010010100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA7FE; }

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

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

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

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

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

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

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

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