Html Css Color HEX #FC827D Salmon

📋 copy color: '#FC827D'

red 252 ◦ green 130 ◦ blue 125

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

Shades of Salmon #FC827D

Tints of Salmon #FC827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.64%

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

R = 49.7%
G = 25.64%
B = 24.65%

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

#FC827D (or 0xFC827D) is known color: Salmon. HEX triplet: FC, 82 and 7D. RGB value is (252,130,125). Sum of RGB (Red+Green+Blue) = 252+130+125=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC827D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC827D is #037D82. Grayscale: #A6A6A6. Windows color (decimal): -228739 or 8225532. OLE color: 8225532.

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

Color convert

RGB 252 130 125 -
CMYK 0 0.48 0.50 0.01
HSL 2.36º 0.95% 0.74% -
HSV(B) 2.36º 0.5% 0.99% -
XYZ 51.83 38.14 24.03 -
YUV 165.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 252 130 125 0 0.48 0.50 0.01 2.36 0.95 0.74
Hex FC 82 7D 0 30 32 1 2 5F 4A
Octal 374 202 175 0 60 62 1 2 137 112
Binary 11111100 10000010 1111101 0 110000 110010 1 10 1011111 1001010

Color Harmonies of #FC827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC827D

Black with #FC827D

Text Example


Text Example

White with #FC827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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