Html Css Color HEX #FFAB7F Light Salmon

📋 copy color: '#FFAB7F'

red 255 ◦ green 171 ◦ blue 127

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

Shades of Light Salmon #FFAB7F

Tints of Light Salmon #FFAB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.97%

R = 46.11%
G = 30.92%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFAB7F (or 0xFFAB7F) is known color: Light Salmon. HEX triplet: FF, AB and 7F. RGB value is (255,171,127). Sum of RGB (Red+Green+Blue) = 255+171+127=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB7F is #005480. Grayscale: #BFBFBF. Windows color (decimal): -21633 or 8367103. OLE color: 8367103.

HSL color Cylindrical-coordinate representation of color #FFAB7F: hue angle of 20.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFAB7F is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 171 127 -
CMYK 0 0.33 0.50 0
HSL 20.63º 1% 0.75% -
HSV(B) 20.63º 0.5% 1% -
XYZ 59.63 51.92 26.96 -
YUV 191.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 255 171 127 0 0.33 0.50 0 20.63 1 0.75
Hex FF AB 7F 0 21 32 0 15 64 4B
Octal 377 253 177 0 41 62 0 25 144 113
Binary 11111111 10101011 1111111 0 100001 110010 0 10101 1100100 1001011

Color Harmonies of #FFAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB7F

Black with #FFAB7F

Text Example


Text Example

White with #FFAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB7F; }

 p { color: rgb(255,171,127); }

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

background-color css

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

 a { background-color: rgb(255,171,127); }

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

border-color css

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

 span { border-color: rgb(255,171,127); }

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