#FAA8CD

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

Shades of Lavender Pink #FAA8CD

Tints of Lavender Pink #FAA8CD

Color information

#FAA8CD (or 0xFAA8CD) is unknown color: approx Lavender Pink. HEX triplet: FA, A8 and CD. RGB value is (250,168,205). Sum of RGB (Red+Green+Blue) = 250+168+205=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8CD is #055732. Grayscale: #C4C4C4. Windows color (decimal): -350003 or 13478138. OLE color: 13478138.

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

Color convert

RGB250168205-
CMYK00.330.180.02
HSL332.93º89.13%81.96%-
HSV(B)332.93º32.8%98.04%-
XYZ64.4552.7464.54-
YUV196.74132.67165.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 168 (66.02% from 255) = 26.97%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=40.13%
G=26.97%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016820500.330.180.02332.9389.1381.96
HexFAA8CD02112214d5952
Octal372250315041222515131122
Binary1111101010101000110011010100001100101010100110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA8CD; }

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

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

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

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

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

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

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

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