Html Css Color HEX #FAA788 Light Salmon

📋 copy color: '#FAA788'

red 250 ◦ green 167 ◦ blue 136

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

Shades of Light Salmon #FAA788

Tints of Light Salmon #FAA788

RGB

 RED value IS 250 (98.05% from 255) = 45.21%

 GREEN value IS 167 (65.63% from 255) = 30.2%

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

R = 45.21%
G = 30.2%
B = 24.59%

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

#FAA788 (or 0xFAA788) is known color: Light Salmon. HEX triplet: FA, A7 and 88. RGB value is (250,167,136). Sum of RGB (Red+Green+Blue) = 250+167+136=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA788 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA788 is #055877. Grayscale: #BCBCBC. Windows color (decimal): -350328 or 8955898. OLE color: 8955898.

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

Color convert

RGB 250 167 136 -
CMYK 0 0.33 0.46 0.02
HSL 16.32º 0.92% 0.76% -
HSV(B) 16.32º 0.46% 0.98% -
XYZ 57.69 49.74 29.85 -
YUV 188.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 250 167 136 0 0.33 0.46 0.02 16.32 0.92 0.76
Hex FA A7 88 0 21 2E 2 10 5C 4C
Octal 372 247 210 0 41 56 2 20 134 114
Binary 11111010 10100111 10001000 0 100001 101110 10 10000 1011100 1001100

Color Harmonies of #FAA788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA788

Black with #FAA788

Text Example


Text Example

White with #FAA788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA788; }

 p { color: rgb(250,167,136); }

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

background-color css

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

 a { background-color: rgb(250,167,136); }

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

border-color css

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

 span { border-color: rgb(250,167,136); }

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