#FBA684

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

Shades of Light Salmon #FBA684

Tints of Light Salmon #FBA684

Color information

#FBA684 (or 0xFBA684) is unknown color: approx Light Salmon. HEX triplet: FB, A6 and 84. RGB value is (251,166,132). Sum of RGB (Red+Green+Blue) = 251+166+132=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA684 is #04597B. Grayscale: #BBBBBB. Windows color (decimal): -285052 or 8693499. OLE color: 8693499.

HSL color Cylindrical-coordinate representation of color #FBA684: hue angle of 17.14º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBA684 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB251166132-
CMYK00.340.470.02
HSL17.14º93.7%75.1%-
HSV(B)17.14º47.41%98.43%-
XYZ57.5849.4528.34-
YUV187.5496.66173.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.72%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 132 (51.95% from 255) = 24.04%
R=45.72%
G=30.24%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116613200.340.470.0217.1493.775.1
HexFBA6840222F2115e4b
Octal37324620404257221136113
Binary1111101110100110100001000100010101111101000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA684; }

 p { color: rgb(251,166,132); }

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

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

 a { background-color: rgb(251,166,132); }

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

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

 span { border-color: rgb(251,166,132); }

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