Html Css Color HEX #FBA585 Light Salmon

📋 copy color: '#FBA585'

red 251 ◦ green 165 ◦ blue 133

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

Shades of Light Salmon #FBA585

Tints of Light Salmon #FBA585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.05%

 BLUE value IS 133 (52.34% from 255) = 24.23%

R = 45.72%
G = 30.05%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBA585 (or 0xFBA585) is known color: Light Salmon. HEX triplet: FB, A5 and 85. RGB value is (251,165,133). Sum of RGB (Red+Green+Blue) = 251+165+133=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA585 is #045A7A. Grayscale: #BBBBBB. Windows color (decimal): -285307 or 8758779. OLE color: 8758779.

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

Color convert

RGB 251 165 133 -
CMYK 0 0.34 0.47 0.02
HSL 16.27º 0.94% 0.75% -
HSV(B) 16.27º 0.47% 0.98% -
XYZ 57.47 49.11 28.64 -
YUV 187.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 251 165 133 0 0.34 0.47 0.02 16.27 0.94 0.75
Hex FB A5 85 0 22 2F 2 10 5E 4B
Octal 373 245 205 0 42 57 2 20 136 113
Binary 11111011 10100101 10000101 0 100010 101111 10 10000 1011110 1001011

Color Harmonies of #FBA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA585

Black with #FBA585

Text Example


Text Example

White with #FBA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA585; }

 p { color: rgb(251,165,133); }

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

background-color css

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

 a { background-color: rgb(251,165,133); }

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

border-color css

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

 span { border-color: rgb(251,165,133); }

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