Html Css Color HEX #FC886B Salmon

📋 copy color: '#FC886B'

red 252 ◦ green 136 ◦ blue 107

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

Shades of Salmon #FC886B

Tints of Salmon #FC886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.47%

 BLUE value IS 107 (42.19% from 255) = 21.62%

R = 50.91%
G = 27.47%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC886B (or 0xFC886B) is known color: Salmon. HEX triplet: FC, 88 and 6B. RGB value is (252,136,107). Sum of RGB (Red+Green+Blue) = 252+136+107=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC886B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC886B is #037794. Grayscale: #A7A7A7. Windows color (decimal): -227221 or 7047420. OLE color: 7047420.

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

Color convert

RGB 252 136 107 -
CMYK 0 0.46 0.58 0.01
HSL 12º 0.96% 0.7% -
HSV(B) 12º 0.58% 0.99% -
XYZ 51.6 39.37 18.79 -
YUV 167.38 93.93 188.36 -
System Red Green Blue C M Y K H S L
Decimal 252 136 107 0 0.46 0.58 0.01 12 0.96 0.7
Hex FC 88 6B 0 2E 3A 1 C 60 46
Octal 374 210 153 0 56 72 1 14 140 106
Binary 11111100 10001000 1101011 0 101110 111010 1 1100 1100000 1000110

Color Harmonies of #FC886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC886B

Black with #FC886B

Text Example


Text Example

White with #FC886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC886B; }

 p { color: rgb(252,136,107); }

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

background-color css

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

 a { background-color: rgb(252,136,107); }

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

border-color css

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

 span { border-color: rgb(252,136,107); }

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