Html Css Color HEX #FBA689 Light Salmon

📋 copy color: '#FBA689'

red 251 ◦ green 166 ◦ blue 137

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

Shades of Light Salmon #FBA689

Tints of Light Salmon #FBA689

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.96%

 BLUE value IS 137 (53.91% from 255) = 24.73%

R = 45.31%
G = 29.96%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FBA689 (or 0xFBA689) is known color: Light Salmon. HEX triplet: FB, A6 and 89. RGB value is (251,166,137). Sum of RGB (Red+Green+Blue) = 251+166+137=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 137 (53.91% from 255 or 24.73% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA689 is #045976. Grayscale: #BCBCBC. Windows color (decimal): -285047 or 9021179. OLE color: 9021179.

HSL color Cylindrical-coordinate representation of color #FBA689: hue angle of 15.26º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBA689 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 166 137 -
CMYK 0 0.34 0.45 0.02
HSL 15.26º 0.93% 0.76% -
HSV(B) 15.26º 0.45% 0.98% -
XYZ 57.94 49.59 30.18 -
YUV 188.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 251 166 137 0 0.34 0.45 0.02 15.26 0.93 0.76
Hex FB A6 89 0 22 2D 2 F 5D 4C
Octal 373 246 211 0 42 55 2 17 135 114
Binary 11111011 10100110 10001001 0 100010 101101 10 1111 1011101 1001100

Color Harmonies of #FBA689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA689

Black with #FBA689

Text Example


Text Example

White with #FBA689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA689; }

 p { color: rgb(251,166,137); }

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

background-color css

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

 a { background-color: rgb(251,166,137); }

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

border-color css

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

 span { border-color: rgb(251,166,137); }

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