#FAACAE

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

Shades of Light Pink #FAACAE

Tints of Light Pink #FAACAE

Color information

#FAACAE (or 0xFAACAE) is unknown color: approx Light Pink. HEX triplet: FA, AC and AE. RGB value is (250,172,174). Sum of RGB (Red+Green+Blue) = 250+172+174=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAACAE is #055351. Grayscale: #C3C3C3. Windows color (decimal): -349010 or 11447546. OLE color: 11447546.

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

Color convert

RGB250172174-
CMYK00.310.300.02
HSL358.46º88.64%82.75%-
HSV(B)358.46º31.2%98.04%-
XYZ61.8252.8946.99-
YUV195.55115.84166.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 174 (68.36% from 255) = 29.19%
R=41.95%
G=28.86%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017217400.310.300.02358.4688.6482.75
HexFAACAE01F1E21665953
Octal372254256037362546131123
Binary111110101010110010101110011111111101010110011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACAE; }

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

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

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

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

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

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

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

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