Html Css Color HEX #FFA688 Light Salmon

📋 copy color: '#FFA688'

red 255 ◦ green 166 ◦ blue 136

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

Shades of Light Salmon #FFA688

Tints of Light Salmon #FFA688

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.8%

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

R = 45.78%
G = 29.8%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FFA688 (or 0xFFA688) is known color: Light Salmon. HEX triplet: FF, A6 and 88. RGB value is (255,166,136). Sum of RGB (Red+Green+Blue) = 255+166+136=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA688 is #005977. Grayscale: #BDBDBD. Windows color (decimal): -22904 or 8955647. OLE color: 8955647.

HSL color Cylindrical-coordinate representation of color #FFA688: hue angle of 15.13º 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 #FFA688 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 136 -
CMYK 0 0.35 0.47 0
HSL 15.13º 1% 0.77% -
HSV(B) 15.13º 0.47% 1% -
XYZ 59.32 50.31 29.88 -
YUV 189.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 255 166 136 0 0.35 0.47 0 15.13 1 0.77
Hex FF A6 88 0 23 2F 0 F 64 4D
Octal 377 246 210 0 43 57 0 17 144 115
Binary 11111111 10100110 10001000 0 100011 101111 0 1111 1100100 1001101

Color Harmonies of #FFA688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA688

Black with #FFA688

Text Example


Text Example

White with #FFA688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA688; }

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

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

background-color css

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

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

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

border-color css

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

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

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