Html Css Color HEX #FCA87A Light Salmon

📋 copy color: '#FCA87A'

red 252 ◦ green 168 ◦ blue 122

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

Shades of Light Salmon #FCA87A

Tints of Light Salmon #FCA87A

RGB

 RED value IS 252 (98.83% from 255) = 46.49%

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

 BLUE value IS 122 (48.05% from 255) = 22.51%

R = 46.49%
G = 31%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCA87A (or 0xFCA87A) is known color: Light Salmon. HEX triplet: FC, A8 and 7A. RGB value is (252,168,122). Sum of RGB (Red+Green+Blue) = 252+168+122=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA87A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA87A is #035785. Grayscale: #BCBCBC. Windows color (decimal): -219014 or 8038652. OLE color: 8038652.

HSL color Cylindrical-coordinate representation of color #FCA87A: hue angle of 21.23º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCA87A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 168 122 -
CMYK 0 0.33 0.52 0.01
HSL 21.23º 0.96% 0.73% -
HSV(B) 21.23º 0.52% 0.99% -
XYZ 57.66 50.11 25.04 -
YUV 187.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 252 168 122 0 0.33 0.52 0.01 21.23 0.96 0.73
Hex FC A8 7A 0 21 34 1 15 60 49
Octal 374 250 172 0 41 64 1 25 140 111
Binary 11111100 10101000 1111010 0 100001 110100 1 10101 1100000 1001001

Color Harmonies of #FCA87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA87A

Black with #FCA87A

Text Example


Text Example

White with #FCA87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA87A; }

 p { color: rgb(252,168,122); }

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

background-color css

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

 a { background-color: rgb(252,168,122); }

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

border-color css

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

 span { border-color: rgb(252,168,122); }

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