Html Css Color HEX #FB9E7D Light Salmon

📋 copy color: '#FB9E7D'

red 251 ◦ green 158 ◦ blue 125

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

Shades of Light Salmon #FB9E7D

Tints of Light Salmon #FB9E7D

RGB

 RED value IS 251 (98.44% from 255) = 47%

 GREEN value IS 158 (62.11% from 255) = 29.59%

 BLUE value IS 125 (49.22% from 255) = 23.41%

R = 47%
G = 29.59%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FB9E7D (or 0xFB9E7D) is known color: Light Salmon. HEX triplet: FB, 9E and 7D. RGB value is (251,158,125). Sum of RGB (Red+Green+Blue) = 251+158+125=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9E7D is #046182. Grayscale: #B6B6B6. Windows color (decimal): -287107 or 8232699. OLE color: 8232699.

HSL color Cylindrical-coordinate representation of color #FB9E7D: hue angle of 15.71º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB9E7D is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 158 125 -
CMYK 0 0.37 0.50 0.02
HSL 15.71º 0.94% 0.74% -
HSV(B) 15.71º 0.5% 0.98% -
XYZ 55.71 46.44 25.43 -
YUV 182.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 251 158 125 0 0.37 0.50 0.02 15.71 0.94 0.74
Hex FB 9E 7D 0 25 32 2 10 5E 4A
Octal 373 236 175 0 45 62 2 20 136 112
Binary 11111011 10011110 1111101 0 100101 110010 10 10000 1011110 1001010

Color Harmonies of #FB9E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9E7D

Black with #FB9E7D

Text Example


Text Example

White with #FB9E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9E7D; }

 p { color: rgb(251,158,125); }

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

background-color css

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

 a { background-color: rgb(251,158,125); }

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

border-color css

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

 span { border-color: rgb(251,158,125); }

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