Html Css Color HEX #FB816B Salmon

📋 copy color: '#FB816B'

red 251 ◦ green 129 ◦ blue 107

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

Shades of Salmon #FB816B

Tints of Salmon #FB816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.49%

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

R = 51.54%
G = 26.49%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FB816B (or 0xFB816B) is known color: Salmon. HEX triplet: FB, 81 and 6B. RGB value is (251,129,107). Sum of RGB (Red+Green+Blue) = 251+129+107=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB816B is #047E94. Grayscale: #A3A3A3. Windows color (decimal): -294549 or 7045627. OLE color: 7045627.

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

Color convert

RGB 251 129 107 -
CMYK 0 0.49 0.57 0.02
HSL 9.17º 0.95% 0.7% -
HSV(B) 9.17º 0.57% 0.98% -
XYZ 50.29 37.27 18.45 -
YUV 162.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 251 129 107 0 0.49 0.57 0.02 9.17 0.95 0.7
Hex FB 81 6B 0 31 39 2 9 5F 46
Octal 373 201 153 0 61 71 2 11 137 106
Binary 11111011 10000001 1101011 0 110001 111001 10 1001 1011111 1000110

Color Harmonies of #FB816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB816B

Black with #FB816B

Text Example


Text Example

White with #FB816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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