Html Css Color HEX #FC867D Salmon

📋 copy color: '#FC867D'

red 252 ◦ green 134 ◦ blue 125

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

Shades of Salmon #FC867D

Tints of Salmon #FC867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.22%

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

R = 49.32%
G = 26.22%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC867D (or 0xFC867D) is known color: Salmon. HEX triplet: FC, 86 and 7D. RGB value is (252,134,125). Sum of RGB (Red+Green+Blue) = 252+134+125=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC867D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC867D is #037982. Grayscale: #A8A8A8. Windows color (decimal): -227715 or 8226556. OLE color: 8226556.

HSL color Cylindrical-coordinate representation of color #FC867D: hue angle of 4.25º 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 #FC867D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 134 125 -
CMYK 0 0.47 0.50 0.01
HSL 4.25º 0.95% 0.74% -
HSV(B) 4.25º 0.5% 0.99% -
XYZ 52.37 39.23 24.21 -
YUV 168.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 252 134 125 0 0.47 0.50 0.01 4.25 0.95 0.74
Hex FC 86 7D 0 2F 32 1 4 5F 4A
Octal 374 206 175 0 57 62 1 4 137 112
Binary 11111100 10000110 1111101 0 101111 110010 1 100 1011111 1001010

Color Harmonies of #FC867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC867D

Black with #FC867D

Text Example


Text Example

White with #FC867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC867D; }

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

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

background-color css

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

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

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

border-color css

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

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

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