Html Css Color HEX #FE9B78 Light Salmon

📋 copy color: '#FE9B78'

red 254 ◦ green 155 ◦ blue 120

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

Shades of Light Salmon #FE9B78

Tints of Light Salmon #FE9B78

RGB

 RED value IS 254 (99.61% from 255) = 48.02%

 GREEN value IS 155 (60.94% from 255) = 29.3%

 BLUE value IS 120 (47.27% from 255) = 22.68%

R = 48.02%
G = 29.3%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE9B78 (or 0xFE9B78) is known color: Light Salmon. HEX triplet: FE, 9B and 78. RGB value is (254,155,120). Sum of RGB (Red+Green+Blue) = 254+155+120=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9B78 is #016487. Grayscale: #B4B4B4. Windows color (decimal): -91272 or 7904254. OLE color: 7904254.

HSL color Cylindrical-coordinate representation of color #FE9B78: hue angle of 15.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE9B78 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 155 120 -
CMYK 0 0.39 0.53 0.00
HSL 15.67º 0.99% 0.73% -
HSV(B) 15.67º 0.53% 1% -
XYZ 55.98 45.87 23.67 -
YUV 180.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 254 155 120 0 0.39 0.53 0.00 15.67 0.99 0.73
Hex FE 9B 78 0 27 35 0 10 63 49
Octal 376 233 170 0 47 65 0 20 143 111
Binary 11111110 10011011 1111000 0 100111 110101 0 10000 1100011 1001001

Color Harmonies of #FE9B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9B78

Black with #FE9B78

Text Example


Text Example

White with #FE9B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9B78; }

 p { color: rgb(254,155,120); }

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

background-color css

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

 a { background-color: rgb(254,155,120); }

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

border-color css

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

 span { border-color: rgb(254,155,120); }

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