#F8A88A

Color #F8A88A Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #F8A88A

Tints of Light Salmon #F8A88A

Color information

#F8A88A (or 0xF8A88A) is unknown color: approx Light Salmon. HEX triplet: F8, A8 and 8A. RGB value is (248,168,138). Sum of RGB (Red+Green+Blue) = 248+168+138=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A88A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A88A is #075775. Grayscale: #BCBCBC. Windows color (decimal): -481142 or 9087224. OLE color: 9087224.

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

Color convert

RGB248168138-
CMYK00.320.440.03
HSL16.36º88.71%75.69%-
HSV(B)16.36º44.35%97.25%-
XYZ57.349.830.64-
YUV188.599.5170.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.77%
GREEN value IS 168 (66.02% from 255) = 30.32%
BLUE value IS 138 (54.30% from 255) = 24.91%
R=44.77%
G=30.32%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816813800.320.440.0316.3688.7175.69
HexF8A88A0202C310594c
Octal37025021204054320131114
Binary1111100010101000100010100100000101100111000010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A88A; }

 p { color: rgb(248,168,138); }

 H1.HeaderClassName
 {
   color: #F8A88A;
 }
 .AnyTagClassName
 {
   color: #F8A88A;
 }
</style>
background-color css

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

 a { background-color: rgb(248,168,138); }

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

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

 span { border-color: rgb(248,168,138); }

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