Html Css Color HEX #FBA080 Light Salmon

📋 copy color: '#FBA080'

red 251 ◦ green 160 ◦ blue 128

#FBA080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Salmon #FBA080

Tints of Light Salmon #FBA080

RGB

 RED value IS 251 (98.44% from 255) = 46.57%

 GREEN value IS 160 (62.89% from 255) = 29.68%

 BLUE value IS 128 (50.39% from 255) = 23.75%

R = 46.57%
G = 29.68%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FBA080 (or 0xFBA080) is known color: Light Salmon. HEX triplet: FB, A0 and 80. RGB value is (251,160,128). Sum of RGB (Red+Green+Blue) = 251+160+128=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA080 is #045F7F. Grayscale: #B7B7B7. Windows color (decimal): -286592 or 8429819. OLE color: 8429819.

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

Color convert

RGB 251 160 128 -
CMYK 0 0.36 0.49 0.02
HSL 15.61º 0.94% 0.74% -
HSV(B) 15.61º 0.49% 0.98% -
XYZ 56.25 47.21 26.57 -
YUV 183.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 251 160 128 0 0.36 0.49 0.02 15.61 0.94 0.74
Hex FB A0 80 0 24 31 2 10 5E 4A
Octal 373 240 200 0 44 61 2 20 136 112
Binary 11111011 10100000 10000000 0 100100 110001 10 10000 1011110 1001010

Color Harmonies of #FBA080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA080

Black with #FBA080

Text Example


Text Example

White with #FBA080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA080; }

 p { color: rgb(251,160,128); }

 H1.HeaderClassName
 {
   color: #FBA080;
 }
 .AnyTagClassName
 {
   color: #FBA080;
 }
</style>

background-color css

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

 a { background-color: rgb(251,160,128); }

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

border-color css

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

 span { border-color: rgb(251,160,128); }

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