Html Css Color HEX #FC827B Salmon

📋 copy color: '#FC827B'

red 252 ◦ green 130 ◦ blue 123

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

Shades of Salmon #FC827B

Tints of Salmon #FC827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.36%

R = 49.9%
G = 25.74%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC827B (or 0xFC827B) is known color: Salmon. HEX triplet: FC, 82 and 7B. RGB value is (252,130,123). Sum of RGB (Red+Green+Blue) = 252+130+123=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC827B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC827B is #037D84. Grayscale: #A5A5A5. Windows color (decimal): -228741 or 8094460. OLE color: 8094460.

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

Color convert

RGB 252 130 123 -
CMYK 0 0.48 0.51 0.01
HSL 3.26º 0.96% 0.74% -
HSV(B) 3.26º 0.51% 0.99% -
XYZ 51.7 38.09 23.37 -
YUV 165.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 252 130 123 0 0.48 0.51 0.01 3.26 0.96 0.74
Hex FC 82 7B 0 30 33 1 3 60 4A
Octal 374 202 173 0 60 63 1 3 140 112
Binary 11111100 10000010 1111011 0 110000 110011 1 11 1100000 1001010

Color Harmonies of #FC827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC827B

Black with #FC827B

Text Example


Text Example

White with #FC827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC827B; }

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

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

background-color css

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

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

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

border-color css

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

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

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