Html Css Color HEX #FCA880 Light Salmon

📋 copy color: '#FCA880'

red 252 ◦ green 168 ◦ blue 128

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

Shades of Light Salmon #FCA880

Tints of Light Salmon #FCA880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.36%

R = 45.99%
G = 30.66%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCA880 (or 0xFCA880) is known color: Light Salmon. HEX triplet: FC, A8 and 80. RGB value is (252,168,128). Sum of RGB (Red+Green+Blue) = 252+168+128=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA880 is #03577F. Grayscale: #BCBCBC. Windows color (decimal): -219008 or 8431868. OLE color: 8431868.

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

Color convert

RGB 252 168 128 -
CMYK 0 0.33 0.49 0.01
HSL 19.35º 0.95% 0.75% -
HSV(B) 19.35º 0.49% 0.99% -
XYZ 58.04 50.26 27.06 -
YUV 188.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 252 168 128 0 0.33 0.49 0.01 19.35 0.95 0.75
Hex FC A8 80 0 21 31 1 13 5F 4B
Octal 374 250 200 0 41 61 1 23 137 113
Binary 11111100 10101000 10000000 0 100001 110001 1 10011 1011111 1001011

Color Harmonies of #FCA880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA880

Black with #FCA880

Text Example


Text Example

White with #FCA880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA880; }

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

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

background-color css

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

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

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

border-color css

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

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

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