#FAA8FE

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

Shades of Lavender Rose #FAA8FE

Tints of Lavender Rose #FAA8FE

Color information

#FAA8FE (or 0xFAA8FE) is unknown color: approx Lavender Rose. HEX triplet: FA, A8 and FE. RGB value is (250,168,254). Sum of RGB (Red+Green+Blue) = 250+168+254=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 168 (66.02% from 255 or 25% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAA8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA8FE is #055701. Grayscale: #CACACA. Windows color (decimal): -349954 or 16689402. OLE color: 16689402.

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

Color convert

RGB250168254-
CMYK0.020.3400.00
HSL297.21º97.73%82.75%-
HSV(B)297.21º33.86%99.61%-
XYZ71.3255.49100.72-
YUV202.32157.17162.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 168 (66.02% from 255) = 25%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=37.20%
G=25%
B=37.80%

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
Decimal2501682540.020.3400.00297.2197.7382.75
HexFAA8FE222001296253
Octal37225037624200451142123
Binary111110101010100011111110101000100010010100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA8FE; }

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

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

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

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

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

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

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

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