Html Css Color HEX #FB886B Salmon

📋 copy color: '#FB886B'

red 251 ◦ green 136 ◦ blue 107

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

Shades of Salmon #FB886B

Tints of Salmon #FB886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.53%

 BLUE value IS 107 (42.19% from 255) = 21.66%

R = 50.81%
G = 27.53%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FB886B (or 0xFB886B) is known color: Salmon. HEX triplet: FB, 88 and 6B. RGB value is (251,136,107). Sum of RGB (Red+Green+Blue) = 251+136+107=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB886B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB886B is #047794. Grayscale: #A7A7A7. Windows color (decimal): -292757 or 7047419. OLE color: 7047419.

HSL color Cylindrical-coordinate representation of color #FB886B: hue angle of 12.08º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB886B is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 136 107 -
CMYK 0 0.46 0.57 0.02
HSL 12.08º 0.95% 0.7% -
HSV(B) 12.08º 0.57% 0.98% -
XYZ 51.24 39.18 18.77 -
YUV 167.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 251 136 107 0 0.46 0.57 0.02 12.08 0.95 0.7
Hex FB 88 6B 0 2E 39 2 C 5F 46
Octal 373 210 153 0 56 71 2 14 137 106
Binary 11111011 10001000 1101011 0 101110 111001 10 1100 1011111 1000110

Color Harmonies of #FB886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB886B

Black with #FB886B

Text Example


Text Example

White with #FB886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB886B; }

 p { color: rgb(251,136,107); }

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

background-color css

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

 a { background-color: rgb(251,136,107); }

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

border-color css

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

 span { border-color: rgb(251,136,107); }

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