#FAAEBB

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

Shades of Light Pink #FAAEBB

Tints of Light Pink #FAAEBB

Color information

#FAAEBB (or 0xFAAEBB) is unknown color: approx Light Pink. HEX triplet: FA, AE and BB. RGB value is (250,174,187). Sum of RGB (Red+Green+Blue) = 250+174+187=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEBB is #055144. Grayscale: #C6C6C6. Windows color (decimal): -348485 or 12300026. OLE color: 12300026.

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

Color convert

RGB250174187-
CMYK00.300.250.02
HSL349.74º88.37%83.14%-
HSV(B)349.74º30.4%98.04%-
XYZ63.5354.1854.12-
YUV198.21121.68164.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=40.92%
G=28.48%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017418700.300.250.02349.7488.3783.14
HexFAAEBB01E19215e5853
Octal372256273036312536130123
Binary111110101010111010111011011110110011010101111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEBB; }

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

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

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

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

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

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

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

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