#F7AA88

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

Shades of Light Salmon #F7AA88

Tints of Light Salmon #F7AA88

Color information

#F7AA88 (or 0xF7AA88) is unknown color: approx Light Salmon. HEX triplet: F7, AA and 88. RGB value is (247,170,136). Sum of RGB (Red+Green+Blue) = 247+170+136=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AA88 is #085577. Grayscale: #BDBDBD. Windows color (decimal): -546168 or 8956663. OLE color: 8956663.

HSL color Cylindrical-coordinate representation of color #F7AA88: hue angle of 18.38º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F7AA88 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB247170136-
CMYK00.310.450.03
HSL18.38º87.4%75.1%-
HSV(B)18.38º44.94%96.86%-
XYZ57.1850.329.99-
YUV189.1598.01169.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.67%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 136 (53.52% from 255) = 24.59%
R=44.67%
G=30.74%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717013600.310.450.0318.3887.475.1
HexF7AA8801F2D312574b
Octal36725221003755322127113
Binary111101111010101010001000011111101101111001010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AA88; }

 p { color: rgb(247,170,136); }

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

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

 a { background-color: rgb(247,170,136); }

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

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

 span { border-color: rgb(247,170,136); }

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