Html Css Color HEX #FFA988 Light Salmon

📋 copy color: '#FFA988'

red 255 ◦ green 169 ◦ blue 136

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

Shades of Light Salmon #FFA988

Tints of Light Salmon #FFA988

RGB

 RED value IS 255 (100% from 255) = 45.54%

 GREEN value IS 169 (66.41% from 255) = 30.18%

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

R = 45.54%
G = 30.18%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FFA988 (or 0xFFA988) is known color: Light Salmon. HEX triplet: FF, A9 and 88. RGB value is (255,169,136). Sum of RGB (Red+Green+Blue) = 255+169+136=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA988 is #005677. Grayscale: #BFBFBF. Windows color (decimal): -22136 or 8956415. OLE color: 8956415.

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

Color convert

RGB 255 169 136 -
CMYK 0 0.34 0.47 0
HSL 16.64º 1% 0.77% -
HSV(B) 16.64º 0.47% 1% -
XYZ 59.87 51.41 30.06 -
YUV 190.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 255 169 136 0 0.34 0.47 0 16.64 1 0.77
Hex FF A9 88 0 22 2F 0 11 64 4D
Octal 377 251 210 0 42 57 0 21 144 115
Binary 11111111 10101001 10001000 0 100010 101111 0 10001 1100100 1001101

Color Harmonies of #FFA988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA988

Black with #FFA988

Text Example


Text Example

White with #FFA988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA988; }

 p { color: rgb(255,169,136); }

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

background-color css

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

 a { background-color: rgb(255,169,136); }

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

border-color css

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

 span { border-color: rgb(255,169,136); }

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