#FBA885

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

Shades of Light Salmon #FBA885

Tints of Light Salmon #FBA885

Color information

#FBA885 (or 0xFBA885) is unknown color: approx Light Salmon. HEX triplet: FB, A8 and 85. RGB value is (251,168,133). Sum of RGB (Red+Green+Blue) = 251+168+133=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA885 is #04577A. Grayscale: #BDBDBD. Windows color (decimal): -284539 or 8759547. OLE color: 8759547.

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

Color convert

RGB251168133-
CMYK00.330.470.02
HSL17.8º93.65%75.29%-
HSV(B)17.8º47.01%98.43%-
XYZ58.0250.2128.82-
YUV188.8396.5172.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 168 (66.02% from 255) = 30.43%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=45.47%
G=30.43%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116813300.330.470.0217.893.6575.29
HexFBA8850212F2125e4b
Octal37325020504157222136113
Binary1111101110101000100001010100001101111101001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA885; }

 p { color: rgb(251,168,133); }

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

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

 a { background-color: rgb(251,168,133); }

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

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

 span { border-color: rgb(251,168,133); }

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