Html Css Color HEX #FB8866 Salmon

📋 copy color: '#FB8866'

red 251 ◦ green 136 ◦ blue 102

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

Shades of Salmon #FB8866

Tints of Salmon #FB8866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.86%

R = 51.33%
G = 27.81%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FB8866 (or 0xFB8866) is known color: Salmon. HEX triplet: FB, 88 and 66. RGB value is (251,136,102). Sum of RGB (Red+Green+Blue) = 251+136+102=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8866 is #047799. Grayscale: #A6A6A6. Windows color (decimal): -292762 or 6719739. OLE color: 6719739.

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

Color convert

RGB 251 136 102 -
CMYK 0 0.46 0.59 0.02
HSL 13.69º 0.95% 0.69% -
HSV(B) 13.69º 0.59% 0.98% -
XYZ 50.99 39.08 17.43 -
YUV 166.51 91.6 188.26 -
System Red Green Blue C M Y K H S L
Decimal 251 136 102 0 0.46 0.59 0.02 13.69 0.95 0.69
Hex FB 88 66 0 2E 3B 2 E 5F 45
Octal 373 210 146 0 56 73 2 16 137 105
Binary 11111011 10001000 1100110 0 101110 111011 10 1110 1011111 1000101

Color Harmonies of #FB8866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8866

Black with #FB8866

Text Example


Text Example

White with #FB8866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8866; }

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

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

background-color css

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

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

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

border-color css

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

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

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