#FAA5CE

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

Shades of Lavender Pink #FAA5CE

Tints of Lavender Pink #FAA5CE

Color information

#FAA5CE (or 0xFAA5CE) is unknown color: approx Lavender Pink. HEX triplet: FA, A5 and CE. RGB value is (250,165,206). Sum of RGB (Red+Green+Blue) = 250+165+206=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5CE is #055A31. Grayscale: #C3C3C3. Windows color (decimal): -350770 or 13542906. OLE color: 13542906.

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

Color convert

RGB250165206-
CMYK00.340.180.02
HSL331.06º89.47%81.37%-
HSV(B)331.06º34%98.04%-
XYZ64.0251.6965-
YUV195.09134.16167.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 165 (64.84% from 255) = 26.57%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=40.26%
G=26.57%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016520600.340.180.02331.0689.4781.37
HexFAA5CE02212214b5951
Octal372245316042222513131121
Binary1111101010100101110011100100010100101010100101110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA5CE; }

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

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

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

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

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

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

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

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