Html Css Color HEX #FBA889 Light Salmon

📋 copy color: '#FBA889'

red 251 ◦ green 168 ◦ blue 137

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

Shades of Light Salmon #FBA889

Tints of Light Salmon #FBA889

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.22%

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

R = 45.14%
G = 30.22%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FBA889 (or 0xFBA889) is known color: Light Salmon. HEX triplet: FB, A8 and 89. RGB value is (251,168,137). Sum of RGB (Red+Green+Blue) = 251+168+137=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 137 (53.91% from 255 or 24.64% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA889 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA889 is #045776. Grayscale: #BDBDBD. Windows color (decimal): -284535 or 9021691. OLE color: 9021691.

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

Color convert

RGB 251 168 137 -
CMYK 0 0.33 0.45 0.02
HSL 16.32º 0.93% 0.76% -
HSV(B) 16.32º 0.45% 0.98% -
XYZ 58.3 50.32 30.31 -
YUV 189.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 251 168 137 0 0.33 0.45 0.02 16.32 0.93 0.76
Hex FB A8 89 0 21 2D 2 10 5D 4C
Octal 373 250 211 0 41 55 2 20 135 114
Binary 11111011 10101000 10001001 0 100001 101101 10 10000 1011101 1001100

Color Harmonies of #FBA889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA889

Black with #FBA889

Text Example


Text Example

White with #FBA889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA889; }

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

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

background-color css

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

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

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

border-color css

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

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

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