Html Css Color HEX #FBA888 Light Salmon

📋 copy color: '#FBA888'

red 251 ◦ green 168 ◦ blue 136

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

Shades of Light Salmon #FBA888

Tints of Light Salmon #FBA888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.5%

R = 45.23%
G = 30.27%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FBA888 (or 0xFBA888) is known color: Light Salmon. HEX triplet: FB, A8 and 88. RGB value is (251,168,136). Sum of RGB (Red+Green+Blue) = 251+168+136=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA888 is #045777. Grayscale: #BDBDBD. Windows color (decimal): -284536 or 8956155. OLE color: 8956155.

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

Color convert

RGB 251 168 136 -
CMYK 0 0.33 0.46 0.02
HSL 16.7º 0.93% 0.76% -
HSV(B) 16.7º 0.46% 0.98% -
XYZ 58.23 50.29 29.93 -
YUV 189.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 251 168 136 0 0.33 0.46 0.02 16.7 0.93 0.76
Hex FB A8 88 0 21 2E 2 11 5D 4C
Octal 373 250 210 0 41 56 2 21 135 114
Binary 11111011 10101000 10001000 0 100001 101110 10 10001 1011101 1001100

Color Harmonies of #FBA888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA888

Black with #FBA888

Text Example


Text Example

White with #FBA888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA888; }

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

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

background-color css

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

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

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

border-color css

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

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

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