Html Css Color HEX #FE9F7B Light Salmon

📋 copy color: '#FE9F7B'

red 254 ◦ green 159 ◦ blue 123

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

Shades of Light Salmon #FE9F7B

Tints of Light Salmon #FE9F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.95%

R = 47.39%
G = 29.66%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE9F7B (or 0xFE9F7B) is known color: Light Salmon. HEX triplet: FE, 9F and 7B. RGB value is (254,159,123). Sum of RGB (Red+Green+Blue) = 254+159+123=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9F7B is #016084. Grayscale: #B7B7B7. Windows color (decimal): -90245 or 8101886. OLE color: 8101886.

HSL color Cylindrical-coordinate representation of color #FE9F7B: hue angle of 16.49º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE9F7B is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 159 123 -
CMYK 0 0.37 0.52 0.00
HSL 16.49º 0.98% 0.74% -
HSV(B) 16.49º 0.52% 1% -
XYZ 56.85 47.3 24.87 -
YUV 183.3 93.97 178.43 -
System Red Green Blue C M Y K H S L
Decimal 254 159 123 0 0.37 0.52 0.00 16.49 0.98 0.74
Hex FE 9F 7B 0 25 34 0 10 62 4A
Octal 376 237 173 0 45 64 0 20 142 112
Binary 11111110 10011111 1111011 0 100101 110100 0 10000 1100010 1001010

Color Harmonies of #FE9F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F7B

Black with #FE9F7B

Text Example


Text Example

White with #FE9F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F7B; }

 p { color: rgb(254,159,123); }

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

background-color css

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

 a { background-color: rgb(254,159,123); }

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

border-color css

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

 span { border-color: rgb(254,159,123); }

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