#FAACCE

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

Shades of Lavender Pink #FAACCE

Tints of Lavender Pink #FAACCE

Color information

#FAACCE (or 0xFAACCE) is unknown color: approx Lavender Pink. HEX triplet: FA, AC and CE. RGB value is (250,172,206). Sum of RGB (Red+Green+Blue) = 250+172+206=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACCE is #055331. Grayscale: #C7C7C7. Windows color (decimal): -348978 or 13544698. OLE color: 13544698.

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

Color convert

RGB250172206-
CMYK00.310.180.02
HSL333.85º88.64%82.75%-
HSV(B)333.85º31.2%98.04%-
XYZ65.3254.2965.43-
YUV199.2131.84164.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 172 (67.58% from 255) = 27.39%
BLUE value IS 206 (80.86% from 255) = 32.80%
R=39.81%
G=27.39%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017220600.310.180.02333.8588.6482.75
HexFAACCE01F12214e5953
Octal372254316037222516131123
Binary111110101010110011001110011111100101010100111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACCE; }

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

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

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

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

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

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

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

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