Html Css Color HEX #FFAB85 Light Salmon

📋 copy color: '#FFAB85'

red 255 ◦ green 171 ◦ blue 133

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

Shades of Light Salmon #FFAB85

Tints of Light Salmon #FFAB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.79%

R = 45.62%
G = 30.59%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFAB85 (or 0xFFAB85) is known color: Light Salmon. HEX triplet: FF, AB and 85. RGB value is (255,171,133). Sum of RGB (Red+Green+Blue) = 255+171+133=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAB85 is #00547A. Grayscale: #C0C0C0. Windows color (decimal): -21627 or 8760319. OLE color: 8760319.

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

Color convert

RGB 255 171 133 -
CMYK 0 0.33 0.48 0
HSL 18.69º 1% 0.76% -
HSV(B) 18.69º 0.48% 1% -
XYZ 60.04 52.08 29.08 -
YUV 191.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 255 171 133 0 0.33 0.48 0 18.69 1 0.76
Hex FF AB 85 0 21 30 0 13 64 4C
Octal 377 253 205 0 41 60 0 23 144 114
Binary 11111111 10101011 10000101 0 100001 110000 0 10011 1100100 1001100

Color Harmonies of #FFAB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB85

Black with #FFAB85

Text Example


Text Example

White with #FFAB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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