#FAACAD

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

Shades of Light Pink #FAACAD

Tints of Light Pink #FAACAD

Color information

#FAACAD (or 0xFAACAD) is unknown color: approx Light Pink. HEX triplet: FA, AC and AD. RGB value is (250,172,173). Sum of RGB (Red+Green+Blue) = 250+172+173=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAACAD is #055352. Grayscale: #C3C3C3. Windows color (decimal): -349011 or 11382010. OLE color: 11382010.

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

Color convert

RGB250172173-
CMYK00.310.310.02
HSL359.23º88.64%82.75%-
HSV(B)359.23º31.2%98.04%-
XYZ61.7252.8546.48-
YUV195.44115.34166.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=42.02%
G=28.91%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017217300.310.310.02359.2388.6482.75
HexFAACAD01F1F21675953
Octal372254255037372547131123
Binary111110101010110010101101011111111111010110011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACAD; }

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

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

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

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

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

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

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

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