#F6A988

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

Shades of Light Salmon #F6A988

Tints of Light Salmon #F6A988

Color information

#F6A988 (or 0xF6A988) is unknown color: approx Light Salmon. HEX triplet: F6, A9 and 88. RGB value is (246,169,136). Sum of RGB (Red+Green+Blue) = 246+169+136=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A988 is #095677. Grayscale: #BCBCBC. Windows color (decimal): -611960 or 8956406. OLE color: 8956406.

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

Color convert

RGB246169136-
CMYK00.310.450.04
HSL18º85.94%74.9%-
HSV(B)18º44.72%96.47%-
XYZ56.6449.7529.91-
YUV188.2698.51169.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.65%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 136 (53.52% from 255) = 24.68%
R=44.65%
G=30.67%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616913600.310.450.041885.9474.9
HexF6A98801F2D412564b
Octal36625121003755422126113
Binary1111011010101001100010000111111011011001001010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A988; }

 p { color: rgb(246,169,136); }

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

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

 a { background-color: rgb(246,169,136); }

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

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

 span { border-color: rgb(246,169,136); }

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