Html Css Color HEX #FB886F Salmon

📋 copy color: '#FB886F'

red 251 ◦ green 136 ◦ blue 111

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

Shades of Salmon #FB886F

Tints of Salmon #FB886F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.29%

R = 50.4%
G = 27.31%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB886F (or 0xFB886F) is known color: Salmon. HEX triplet: FB, 88 and 6F. RGB value is (251,136,111). Sum of RGB (Red+Green+Blue) = 251+136+111=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB886F is #047790. Grayscale: #A7A7A7. Windows color (decimal): -292753 or 7309563. OLE color: 7309563.

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

Color convert

RGB 251 136 111 -
CMYK 0 0.46 0.56 0.02
HSL 10.71º 0.95% 0.71% -
HSV(B) 10.71º 0.56% 0.98% -
XYZ 51.46 39.27 19.91 -
YUV 167.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 251 136 111 0 0.46 0.56 0.02 10.71 0.95 0.71
Hex FB 88 6F 0 2E 38 2 B 5F 47
Octal 373 210 157 0 56 70 2 13 137 107
Binary 11111011 10001000 1101111 0 101110 111000 10 1011 1011111 1000111

Color Harmonies of #FB886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB886F

Black with #FB886F

Text Example


Text Example

White with #FB886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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