Html Css Color HEX #F89F7E Light Salmon

📋 copy color: '#F89F7E'

red 248 ◦ green 159 ◦ blue 126

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

Shades of Light Salmon #F89F7E

Tints of Light Salmon #F89F7E

RGB

 RED value IS 248 (97.27% from 255) = 46.53%

 GREEN value IS 159 (62.5% from 255) = 29.83%

 BLUE value IS 126 (49.61% from 255) = 23.64%

R = 46.53%
G = 29.83%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F89F7E (or 0xF89F7E) is known color: Light Salmon. HEX triplet: F8, 9F and 7E. RGB value is (248,159,126). Sum of RGB (Red+Green+Blue) = 248+159+126=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89F7E is #076081. Grayscale: #B6B6B6. Windows color (decimal): -483458 or 8298488. OLE color: 8298488.

HSL color Cylindrical-coordinate representation of color #F89F7E: hue angle of 16.23º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F89F7E is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 159 126 -
CMYK 0 0.36 0.49 0.03
HSL 16.23º 0.9% 0.73% -
HSV(B) 16.23º 0.49% 0.97% -
XYZ 54.88 46.26 25.78 -
YUV 181.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 248 159 126 0 0.36 0.49 0.03 16.23 0.9 0.73
Hex F8 9F 7E 0 24 31 3 10 5A 49
Octal 370 237 176 0 44 61 3 20 132 111
Binary 11111000 10011111 1111110 0 100100 110001 11 10000 1011010 1001001

Color Harmonies of #F89F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89F7E

Black with #F89F7E

Text Example


Text Example

White with #F89F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89F7E; }

 p { color: rgb(248,159,126); }

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

background-color css

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

 a { background-color: rgb(248,159,126); }

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

border-color css

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

 span { border-color: rgb(248,159,126); }

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