Html Css Color HEX #FDA87F Light Salmon

📋 copy color: '#FDA87F'

red 253 ◦ green 168 ◦ blue 127

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

Shades of Light Salmon #FDA87F

Tints of Light Salmon #FDA87F

RGB

 RED value IS 253 (99.22% from 255) = 46.17%

 GREEN value IS 168 (66.02% from 255) = 30.66%

 BLUE value IS 127 (50% from 255) = 23.18%

R = 46.17%
G = 30.66%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDA87F (or 0xFDA87F) is known color: Light Salmon. HEX triplet: FD, A8 and 7F. RGB value is (253,168,127). Sum of RGB (Red+Green+Blue) = 253+168+127=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA87F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA87F is #025780. Grayscale: #BCBCBC. Windows color (decimal): -153473 or 8366333. OLE color: 8366333.

HSL color Cylindrical-coordinate representation of color #FDA87F: hue angle of 19.52º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDA87F is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 168 127 -
CMYK 0 0.34 0.50 0.01
HSL 19.52º 0.97% 0.75% -
HSV(B) 19.52º 0.5% 0.99% -
XYZ 58.34 50.42 26.74 -
YUV 188.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 253 168 127 0 0.34 0.50 0.01 19.52 0.97 0.75
Hex FD A8 7F 0 22 32 1 14 61 4B
Octal 375 250 177 0 42 62 1 24 141 113
Binary 11111101 10101000 1111111 0 100010 110010 1 10100 1100001 1001011

Color Harmonies of #FDA87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA87F

Black with #FDA87F

Text Example


Text Example

White with #FDA87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA87F; }

 p { color: rgb(253,168,127); }

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

background-color css

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

 a { background-color: rgb(253,168,127); }

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

border-color css

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

 span { border-color: rgb(253,168,127); }

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