Html Css Color HEX #FDAB89 Light Salmon

📋 copy color: '#FDAB89'

red 253 ◦ green 171 ◦ blue 137

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

Shades of Light Salmon #FDAB89

Tints of Light Salmon #FDAB89

RGB

 RED value IS 253 (99.22% from 255) = 45.1%

 GREEN value IS 171 (67.19% from 255) = 30.48%

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

R = 45.1%
G = 30.48%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FDAB89 (or 0xFDAB89) is known color: Light Salmon. HEX triplet: FD, AB and 89. RGB value is (253,171,137). Sum of RGB (Red+Green+Blue) = 253+171+137=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB89 is #025476. Grayscale: #BFBFBF. Windows color (decimal): -152695 or 9022461. OLE color: 9022461.

HSL color Cylindrical-coordinate representation of color #FDAB89: hue angle of 17.59º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDAB89 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 171 137 -
CMYK 0 0.32 0.46 0.01
HSL 17.59º 0.97% 0.76% -
HSV(B) 17.59º 0.46% 0.99% -
XYZ 59.59 51.81 30.53 -
YUV 191.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 253 171 137 0 0.32 0.46 0.01 17.59 0.97 0.76
Hex FD AB 89 0 20 2E 1 12 61 4C
Octal 375 253 211 0 40 56 1 22 141 114
Binary 11111101 10101011 10001001 0 100000 101110 1 10010 1100001 1001100

Color Harmonies of #FDAB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB89

Black with #FDAB89

Text Example


Text Example

White with #FDAB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB89; }

 p { color: rgb(253,171,137); }

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

background-color css

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

 a { background-color: rgb(253,171,137); }

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

border-color css

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

 span { border-color: rgb(253,171,137); }

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