Html Css Color HEX #FBA383 Light Salmon

📋 copy color: '#FBA383'

red 251 ◦ green 163 ◦ blue 131

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

Shades of Light Salmon #FBA383

Tints of Light Salmon #FBA383

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.91%

 BLUE value IS 131 (51.56% from 255) = 24.04%

R = 46.06%
G = 29.91%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FBA383 (or 0xFBA383) is known color: Light Salmon. HEX triplet: FB, A3 and 83. RGB value is (251,163,131). Sum of RGB (Red+Green+Blue) = 251+163+131=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA383 is #045C7C. Grayscale: #B9B9B9. Windows color (decimal): -285821 or 8627195. OLE color: 8627195.

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

Color convert

RGB 251 163 131 -
CMYK 0 0.35 0.48 0.02
HSL 16º 0.94% 0.75% -
HSV(B) 16º 0.48% 0.98% -
XYZ 56.98 48.34 27.8 -
YUV 185.66 97.15 174.6 -
System Red Green Blue C M Y K H S L
Decimal 251 163 131 0 0.35 0.48 0.02 16 0.94 0.75
Hex FB A3 83 0 23 30 2 10 5E 4B
Octal 373 243 203 0 43 60 2 20 136 113
Binary 11111011 10100011 10000011 0 100011 110000 10 10000 1011110 1001011

Color Harmonies of #FBA383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA383

Black with #FBA383

Text Example


Text Example

White with #FBA383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA383; }

 p { color: rgb(251,163,131); }

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

background-color css

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

 a { background-color: rgb(251,163,131); }

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

border-color css

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

 span { border-color: rgb(251,163,131); }

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