#FBAA85

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

Shades of Light Salmon #FBAA85

Tints of Light Salmon #FBAA85

Color information

#FBAA85 (or 0xFBAA85) is unknown color: approx Light Salmon. HEX triplet: FB, AA and 85. RGB value is (251,170,133). Sum of RGB (Red+Green+Blue) = 251+170+133=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAA85 is #04557A. Grayscale: #BEBEBE. Windows color (decimal): -284027 or 8760059. OLE color: 8760059.

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

Color convert

RGB251170133-
CMYK00.320.470.02
HSL18.81º93.65%75.29%-
HSV(B)18.81º47.01%98.43%-
XYZ58.3950.9528.95-
YUV19095.84171.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.31%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 133 (52.34% from 255) = 24.01%
R=45.31%
G=30.69%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117013300.320.470.0218.8193.6575.29
HexFBAA850202F2135e4b
Octal37325220504057223136113
Binary1111101110101010100001010100000101111101001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAA85; }

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

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

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

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

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

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

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

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