Html Css Color HEX #FDAB86 Light Salmon

📋 copy color: '#FDAB86'

red 253 ◦ green 171 ◦ blue 134

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

Shades of Light Salmon #FDAB86

Tints of Light Salmon #FDAB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.01%

R = 45.34%
G = 30.65%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDAB86 (or 0xFDAB86) is known color: Light Salmon. HEX triplet: FD, AB and 86. RGB value is (253,171,134). Sum of RGB (Red+Green+Blue) = 253+171+134=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB86 is #025479. Grayscale: #BFBFBF. Windows color (decimal): -152698 or 8825853. OLE color: 8825853.

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

Color convert

RGB 253 171 134 -
CMYK 0 0.32 0.47 0.01
HSL 18.66º 0.97% 0.76% -
HSV(B) 18.66º 0.47% 0.99% -
XYZ 59.37 51.73 29.41 -
YUV 191.3 95.67 172.01 -
System Red Green Blue C M Y K H S L
Decimal 253 171 134 0 0.32 0.47 0.01 18.66 0.97 0.76
Hex FD AB 86 0 20 2F 1 13 61 4C
Octal 375 253 206 0 40 57 1 23 141 114
Binary 11111101 10101011 10000110 0 100000 101111 1 10011 1100001 1001100

Color Harmonies of #FDAB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB86

Black with #FDAB86

Text Example


Text Example

White with #FDAB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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