Html Css Color HEX #FC847D Salmon

📋 copy color: '#FC847D'

red 252 ◦ green 132 ◦ blue 125

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

Shades of Salmon #FC847D

Tints of Salmon #FC847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.93%

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

R = 49.51%
G = 25.93%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC847D (or 0xFC847D) is known color: Salmon. HEX triplet: FC, 84 and 7D. RGB value is (252,132,125). Sum of RGB (Red+Green+Blue) = 252+132+125=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC847D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC847D is #037B82. Grayscale: #A7A7A7. Windows color (decimal): -228227 or 8226044. OLE color: 8226044.

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

Color convert

RGB 252 132 125 -
CMYK 0 0.48 0.50 0.01
HSL 3.31º 0.95% 0.74% -
HSV(B) 3.31º 0.5% 0.99% -
XYZ 52.1 38.68 24.12 -
YUV 167.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 252 132 125 0 0.48 0.50 0.01 3.31 0.95 0.74
Hex FC 84 7D 0 30 32 1 3 5F 4A
Octal 374 204 175 0 60 62 1 3 137 112
Binary 11111100 10000100 1111101 0 110000 110010 1 11 1011111 1001010

Color Harmonies of #FC847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC847D

Black with #FC847D

Text Example


Text Example

White with #FC847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC847D; }

 p { color: rgb(252,132,125); }

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

background-color css

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

 a { background-color: rgb(252,132,125); }

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

border-color css

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

 span { border-color: rgb(252,132,125); }

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