#FAA8EC

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

Shades of Lavender Rose #FAA8EC

Tints of Lavender Rose #FAA8EC

Color information

#FAA8EC (or 0xFAA8EC) is unknown color: approx Lavender Rose. HEX triplet: FA, A8 and EC. RGB value is (250,168,236). Sum of RGB (Red+Green+Blue) = 250+168+236=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 168 (66.02% from 255 or 25.69% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA8EC is #055713. Grayscale: #C8C8C8. Windows color (decimal): -349972 or 15509754. OLE color: 15509754.

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

Color convert

RGB250168236-
CMYK00.330.060.02
HSL310.24º89.13%81.96%-
HSV(B)310.24º32.8%98.04%-
XYZ68.5754.3986.24-
YUV200.27148.17163.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 168 (66.02% from 255) = 25.69%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=38.23%
G=25.69%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016823600.330.060.02310.2489.1381.96
HexFAA8EC021621365952
Octal37225035404162466131122
Binary11111010101010001110110001000011101010011011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA8EC; }

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

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

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

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

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

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

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

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