#FAAEB8

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

Shades of Light Pink #FAAEB8

Tints of Light Pink #FAAEB8

Color information

#FAAEB8 (or 0xFAAEB8) is unknown color: approx Light Pink. HEX triplet: FA, AE and B8. RGB value is (250,174,184). Sum of RGB (Red+Green+Blue) = 250+174+184=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEB8 is #055147. Grayscale: #C5C5C5. Windows color (decimal): -348488 or 12103418. OLE color: 12103418.

HSL color Cylindrical-coordinate representation of color #FAAEB8: hue angle of 352.11º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAEB8 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250174184-
CMYK00.300.260.02
HSL352.11º88.37%83.14%-
HSV(B)352.11º30.4%98.04%-
XYZ63.2154.0652.45-
YUV197.86120.18165.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 184 (72.27% from 255) = 30.26%
R=41.12%
G=28.62%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017418400.300.260.02352.1188.3783.14
HexFAAEB801E1A21605853
Octal372256270036322540130123
Binary111110101010111010111000011110110101010110000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEB8; }

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

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

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

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

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

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

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

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