#FB9875

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

Shades of Light Salmon #FB9875

Tints of Light Salmon #FB9875

Color information

#FB9875 (or 0xFB9875) is unknown color: approx Light Salmon. HEX triplet: FB, 98 and 75. RGB value is (251,152,117). Sum of RGB (Red+Green+Blue) = 251+152+117=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9875 is #04678A. Grayscale: #B1B1B1. Windows color (decimal): -288651 or 7706875. OLE color: 7706875.

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

Color convert

RGB251152117-
CMYK00.390.530.02
HSL15.67º94.37%72.16%-
HSV(B)15.67º53.39%98.43%-
XYZ54.2244.2522.51-
YUV177.6193.8180.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.27%
GREEN value IS 152 (59.77% from 255) = 29.23%
BLUE value IS 117 (46.09% from 255) = 22.5%
R=48.27%
G=29.23%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115211700.390.530.0215.6794.3772.16
HexFB9875027352105e48
Octal37323016504765220136110
Binary111110111001100011101010100111110101101000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9875; }

 p { color: rgb(251,152,117); }

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

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

 a { background-color: rgb(251,152,117); }

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

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

 span { border-color: rgb(251,152,117); }

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