#FAAEBC

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

Shades of Light Pink #FAAEBC

Tints of Light Pink #FAAEBC

Color information

#FAAEBC (or 0xFAAEBC) is unknown color: approx Light Pink. HEX triplet: FA, AE and BC. RGB value is (250,174,188). Sum of RGB (Red+Green+Blue) = 250+174+188=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEBC is #055143. Grayscale: #C6C6C6. Windows color (decimal): -348484 or 12365562. OLE color: 12365562.

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

Color convert

RGB250174188-
CMYK00.300.250.02
HSL348.95º88.37%83.14%-
HSV(B)348.95º30.4%98.04%-
XYZ63.6454.2354.69-
YUV198.32122.18164.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.85%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 188 (73.83% from 255) = 30.72%
R=40.85%
G=28.43%
B=30.72%

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
Decimal25017418800.300.250.02348.9588.3783.14
HexFAAEBC01E19215d5853
Octal372256274036312535130123
Binary111110101010111010111100011110110011010101110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEBC; }

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

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

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

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

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

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

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

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